hiero-sdk 0.44.1

The SDK for interacting with Hedera Hashgraph.
Documentation
TokenUpdate(
    TokenUpdateTransactionBody {
        token: Some(
            TokenId {
                shard_num: 4,
                realm_num: 2,
                token_num: 0,
            },
        ),
        symbol: "test symbol",
        name: "test name",
        treasury: Some(
            AccountId {
                shard_num: 7,
                realm_num: 7,
                account: Some(
                    AccountNum(
                        7,
                    ),
                ),
            },
        ),
        admin_key: Some(
            Key {
                key: Some(
                    Ed25519(
                        [
                            218,
                            135,
                            112,
                            16,
                            151,
                            134,
                            110,
                            115,
                            240,
                            221,
                            148,
                            44,
                            187,
                            62,
                            151,
                            6,
                            51,
                            41,
                            249,
                            5,
                            88,
                            134,
                            33,
                            177,
                            120,
                            210,
                            23,
                            89,
                            104,
                            141,
                            71,
                            252,
                        ],
                    ),
                ),
            },
        ),
        kyc_key: Some(
            Key {
                key: Some(
                    Ed25519(
                        [
                            251,
                            136,
                            179,
                            55,
                            223,
                            215,
                            101,
                            97,
                            123,
                            228,
                            50,
                            42,
                            231,
                            239,
                            133,
                            51,
                            214,
                            30,
                            100,
                            131,
                            5,
                            14,
                            32,
                            236,
                            72,
                            69,
                            165,
                            51,
                            189,
                            220,
                            164,
                            177,
                        ],
                    ),
                ),
            },
        ),
        freeze_key: Some(
            Key {
                key: Some(
                    Ed25519(
                        [
                            61,
                            237,
                            83,
                            227,
                            34,
                            51,
                            83,
                            47,
                            61,
                            132,
                            98,
                            50,
                            76,
                            209,
                            19,
                            171,
                            190,
                            79,
                            115,
                            33,
                            109,
                            240,
                            109,
                            84,
                            161,
                            28,
                            182,
                            145,
                            193,
                            91,
                            39,
                            205,
                        ],
                    ),
                ),
            },
        ),
        wipe_key: Some(
            Key {
                key: Some(
                    Ed25519(
                        [
                            82,
                            91,
                            156,
                            21,
                            95,
                            144,
                            43,
                            145,
                            45,
                            189,
                            129,
                            190,
                            166,
                            212,
                            58,
                            7,
                            125,
                            122,
                            98,
                            221,
                            31,
                            239,
                            207,
                            199,
                            125,
                            233,
                            97,
                            68,
                            213,
                            250,
                            195,
                            238,
                        ],
                    ),
                ),
            },
        ),
        supply_key: Some(
            Key {
                key: Some(
                    Ed25519(
                        [
                            59,
                            145,
                            56,
                            83,
                            175,
                            165,
                            155,
                            85,
                            171,
                            197,
                            129,
                            194,
                            172,
                            13,
                            54,
                            88,
                            10,
                            194,
                            236,
                            164,
                            189,
                            16,
                            28,
                            2,
                            23,
                            63,
                            239,
                            2,
                            230,
                            119,
                            221,
                            213,
                        ],
                    ),
                ),
            },
        ),
        auto_renew_account: Some(
            AccountId {
                shard_num: 8,
                realm_num: 8,
                account: Some(
                    AccountNum(
                        8,
                    ),
                ),
            },
        ),
        auto_renew_period: None,
        expiry: Some(
            Timestamp {
                seconds: 1554158542,
                nanos: 0,
            },
        ),
        memo: Some(
            "test memo",
        ),
        fee_schedule_key: Some(
            Key {
                key: Some(
                    Ed25519(
                        [
                            75,
                            190,
                            149,
                            168,
                            109,
                            36,
                            248,
                            249,
                            103,
                            115,
                            177,
                            40,
                            38,
                            252,
                            190,
                            0,
                            150,
                            136,
                            203,
                            13,
                            202,
                            136,
                            207,
                            241,
                            23,
                            163,
                            168,
                            175,
                            80,
                            195,
                            113,
                            19,
                        ],
                    ),
                ),
            },
        ),
        pause_key: Some(
            Key {
                key: Some(
                    Ed25519(
                        [
                            209,
                            104,
                            101,
                            169,
                            140,
                            248,
                            176,
                            183,
                            248,
                            250,
                            55,
                            118,
                            178,
                            13,
                            175,
                            197,
                            190,
                            4,
                            255,
                            235,
                            154,
                            36,
                            151,
                            114,
                            7,
                            131,
                            206,
                            153,
                            30,
                            43,
                            25,
                            116,
                        ],
                    ),
                ),
            },
        ),
        metadata: Some(
            [
                84,
                111,
                107,
                101,
                110,
                32,
                77,
                101,
                116,
                97,
                100,
                97,
                116,
                97,
            ],
        ),
        metadata_key: Some(
            Key {
                key: Some(
                    Ed25519(
                        [
                            20,
                            109,
                            236,
                            146,
                            50,
                            10,
                            110,
                            70,
                            235,
                            26,
                            67,
                            118,
                            123,
                            177,
                            236,
                            149,
                            162,
                            230,
                            192,
                            37,
                            26,
                            176,
                            221,
                            120,
                            15,
                            227,
                            116,
                            116,
                            212,
                            186,
                            196,
                            21,
                        ],
                    ),
                ),
            },
        ),
        key_verification_mode: NoValidation,
    },
)