GenesisState_Chain: {
    create<I>(base?): GenesisState_Chain;
    decode(input, length?): GenesisState_Chain;
    encode(message, writer?): Writer;
    fromJSON(object): GenesisState_Chain;
    fromPartial<I>(object): GenesisState_Chain;
    toJSON(message): unknown;
}

Type declaration

  • create:function
    • Type Parameters

      • I extends {
            burnedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[];
            burnerInfos?: {
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                salt?: Uint8Array;
                symbol?: string;
                tokenAddress?: Uint8Array;
            }[];
            commandBatches?: {
                commandIds?: Uint8Array[];
                data?: Uint8Array;
                id?: Uint8Array;
                keyId?: string;
                prevBatchedCommandsId?: Uint8Array;
                sigHash?: Uint8Array;
                signature?: {
                    typeUrl?: string;
                    value?: Uint8Array;
                };
                status?: BatchedCommandsStatus;
            }[];
            commandQueue?: {
                items?: {};
            };
            confirmedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[];
            confirmedEventQueue?: {
                items?: {};
            };
            events?: {
                chain?: string;
                contractCall?: {
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                };
                contractCallWithToken?: {
                    amount?: Uint8Array;
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                index?: string | number | Long;
                multisigOperatorshipTransferred?: {
                    newOperators?: Uint8Array[];
                    newThreshold?: Uint8Array;
                    newWeights?: Uint8Array[];
                };
                multisigOwnershipTransferred?: {
                    newOwners?: Uint8Array[];
                    newThreshold?: Uint8Array;
                    preOwners?: Uint8Array[];
                    prevThreshold?: Uint8Array;
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: string;
                    tokenAddress?: Uint8Array;
                };
                tokenSent?: {
                    amount?: Uint8Array;
                    destinationAddress?: string;
                    destinationChain?: string;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                transfer?: {
                    amount?: Uint8Array;
                    to?: Uint8Array;
                };
                txId?: Uint8Array;
            }[];
            gateway?: {
                address?: Uint8Array;
            };
            legacyBurnedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[];
            legacyConfirmedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[];
            params?: {
                burnable?: Uint8Array;
                chain?: string;
                commandsGasLimit?: number;
                confirmationHeight?: string | number | Long;
                endBlockerLimit?: string | number | Long;
                minVoterCount?: string | number | Long;
                network?: string;
                networks?: {
                    id?: Uint8Array;
                    name?: string;
                }[];
                revoteLockingPeriod?: string | number | Long;
                tokenCode?: Uint8Array;
                transferLimit?: string | number | Long;
                votingGracePeriod?: string | number | Long;
                votingThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
            };
            tokens?: {
                asset?: string;
                burnerCode?: Uint8Array;
                chainId?: Uint8Array;
                details?: {
                    capacity?: Uint8Array;
                    decimals?: number;
                    symbol?: string;
                    tokenName?: string;
                };
                isExternal?: boolean;
                status?: Status;
                tokenAddress?: string;
                txHash?: string;
            }[];
        } & {
            burnedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[] & ({
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            } & {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long & {
                    high: ...;
                    low: ...;
                    unsigned: ...;
                    add(addend): ...;
                    and(other): ...;
                    clz(): ...;
                    comp(other): ...;
                    compare(other): ...;
                    countLeadingZeros(): ...;
                    countTrailingZeros(): ...;
                    ctz(): ...;
                    div(divisor): ...;
                    divide(divisor): ...;
                    eq(other): ...;
                    equals(other): ...;
                    eqz(): ...;
                    ge(other): ...;
                    getHighBits(): ...;
                    getHighBitsUnsigned(): ...;
                    getLowBits(): ...;
                    getLowBitsUnsigned(): ...;
                    getNumBitsAbs(): ...;
                    greaterThan(other): ...;
                    greaterThanOrEqual(other): ...;
                    gt(other): ...;
                    gte(other): ...;
                    isEven(): ...;
                    isNegative(): ...;
                    isOdd(): ...;
                    isPositive(): ...;
                    isZero(): ...;
                    le(other): ...;
                    lessThan(other): ...;
                    lessThanOrEqual(other): ...;
                    lt(other): ...;
                    lte(other): ...;
                    mod(other): ...;
                    modulo(other): ...;
                    mul(multiplier): ...;
                    multiply(multiplier): ...;
                    ne(other): ...;
                    neg(): ...;
                    negate(): ...;
                    neq(other): ...;
                    not(): ...;
                    notEquals(other): ...;
                    or(other): ...;
                    rem(other): ...;
                    rotateLeft(numBits): ...;
                    rotateRight(numBits): ...;
                    rotl(numBits): ...;
                    rotr(numBits): ...;
                    shiftLeft(numBits): ...;
                    shiftRight(numBits): ...;
                    shiftRightUnsigned(numBits): ...;
                    shl(numBits): ...;
                    shr(numBits): ...;
                    shr_u(numBits): ...;
                    shru(numBits): ...;
                    sub(subtrahend): ...;
                    subtract(subtrahend): ...;
                    toBytes(le?): ...;
                    toBytesBE(): ...;
                    toBytesLE(): ...;
                    toInt(): ...;
                    toNumber(): ...;
                    toSigned(): ...;
                    toString(radix?): ...;
                    toUnsigned(): ...;
                    xor(other): ...;
                } & {
                    [K in (...)]: (...)
                };
                txId?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            burnerInfos?: {
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                salt?: Uint8Array;
                symbol?: string;
                tokenAddress?: Uint8Array;
            }[] & ({
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                salt?: Uint8Array;
                symbol?: string;
                tokenAddress?: Uint8Array;
            } & {
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                salt?: Uint8Array;
                symbol?: string;
                tokenAddress?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            commandBatches?: {
                commandIds?: Uint8Array[];
                data?: Uint8Array;
                id?: Uint8Array;
                keyId?: string;
                prevBatchedCommandsId?: Uint8Array;
                sigHash?: Uint8Array;
                signature?: {
                    typeUrl?: string;
                    value?: Uint8Array;
                };
                status?: BatchedCommandsStatus;
            }[] & ({
                commandIds?: Uint8Array[];
                data?: Uint8Array;
                id?: Uint8Array;
                keyId?: string;
                prevBatchedCommandsId?: Uint8Array;
                sigHash?: Uint8Array;
                signature?: {
                    typeUrl?: (...) | (...);
                    value?: (...) | (...);
                };
                status?: BatchedCommandsStatus;
            } & {
                commandIds?: (...)[] & (...)[] & {
                    [K in (...)]: (...)
                };
                data?: Uint8Array;
                id?: Uint8Array;
                keyId?: string;
                prevBatchedCommandsId?: Uint8Array;
                sigHash?: Uint8Array;
                signature?: {
                    typeUrl?: ...;
                    value?: ...;
                } & {
                    typeUrl?: ...;
                    value?: ...;
                } & {
                    [K in (...)]: (...)
                };
                status?: BatchedCommandsStatus;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            commandQueue?: {
                items?: {};
            } & {
                items?: {} & {} & {
                    [K in symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
            confirmedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[] & ({
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            } & {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long & {
                    high: ...;
                    low: ...;
                    unsigned: ...;
                    add(addend): ...;
                    and(other): ...;
                    clz(): ...;
                    comp(other): ...;
                    compare(other): ...;
                    countLeadingZeros(): ...;
                    countTrailingZeros(): ...;
                    ctz(): ...;
                    div(divisor): ...;
                    divide(divisor): ...;
                    eq(other): ...;
                    equals(other): ...;
                    eqz(): ...;
                    ge(other): ...;
                    getHighBits(): ...;
                    getHighBitsUnsigned(): ...;
                    getLowBits(): ...;
                    getLowBitsUnsigned(): ...;
                    getNumBitsAbs(): ...;
                    greaterThan(other): ...;
                    greaterThanOrEqual(other): ...;
                    gt(other): ...;
                    gte(other): ...;
                    isEven(): ...;
                    isNegative(): ...;
                    isOdd(): ...;
                    isPositive(): ...;
                    isZero(): ...;
                    le(other): ...;
                    lessThan(other): ...;
                    lessThanOrEqual(other): ...;
                    lt(other): ...;
                    lte(other): ...;
                    mod(other): ...;
                    modulo(other): ...;
                    mul(multiplier): ...;
                    multiply(multiplier): ...;
                    ne(other): ...;
                    neg(): ...;
                    negate(): ...;
                    neq(other): ...;
                    not(): ...;
                    notEquals(other): ...;
                    or(other): ...;
                    rem(other): ...;
                    rotateLeft(numBits): ...;
                    rotateRight(numBits): ...;
                    rotl(numBits): ...;
                    rotr(numBits): ...;
                    shiftLeft(numBits): ...;
                    shiftRight(numBits): ...;
                    shiftRightUnsigned(numBits): ...;
                    shl(numBits): ...;
                    shr(numBits): ...;
                    shr_u(numBits): ...;
                    shru(numBits): ...;
                    sub(subtrahend): ...;
                    subtract(subtrahend): ...;
                    toBytes(le?): ...;
                    toBytesBE(): ...;
                    toBytesLE(): ...;
                    toInt(): ...;
                    toNumber(): ...;
                    toSigned(): ...;
                    toString(radix?): ...;
                    toUnsigned(): ...;
                    xor(other): ...;
                } & {
                    [K in (...)]: (...)
                };
                txId?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            confirmedEventQueue?: {
                items?: {};
            } & {
                items?: {} & {} & {
                    [K in symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
            events?: {
                chain?: string;
                contractCall?: {
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                };
                contractCallWithToken?: {
                    amount?: Uint8Array;
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                index?: string | number | Long;
                multisigOperatorshipTransferred?: {
                    newOperators?: (...)[];
                    newThreshold?: Uint8Array;
                    newWeights?: (...)[];
                };
                multisigOwnershipTransferred?: {
                    newOwners?: (...)[];
                    newThreshold?: Uint8Array;
                    preOwners?: (...)[];
                    prevThreshold?: Uint8Array;
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: string;
                    tokenAddress?: Uint8Array;
                };
                tokenSent?: {
                    amount?: Uint8Array;
                    destinationAddress?: string;
                    destinationChain?: string;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                transfer?: {
                    amount?: Uint8Array;
                    to?: Uint8Array;
                };
                txId?: Uint8Array;
            }[] & ({
                chain?: string;
                contractCall?: {
                    contractAddress?: (...) | (...);
                    destinationChain?: (...) | (...);
                    payloadHash?: (...) | (...);
                    sender?: (...) | (...);
                };
                contractCallWithToken?: {
                    amount?: (...) | (...);
                    contractAddress?: (...) | (...);
                    destinationChain?: (...) | (...);
                    payloadHash?: (...) | (...);
                    sender?: (...) | (...);
                    symbol?: (...) | (...);
                };
                index?: string | number | Long;
                multisigOperatorshipTransferred?: {
                    newOperators?: (...) | (...);
                    newThreshold?: (...) | (...);
                    newWeights?: (...) | (...);
                };
                multisigOwnershipTransferred?: {
                    newOwners?: (...) | (...);
                    newThreshold?: (...) | (...);
                    preOwners?: (...) | (...);
                    prevThreshold?: (...) | (...);
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: (...) | (...);
                    tokenAddress?: (...) | (...);
                };
                tokenSent?: {
                    amount?: (...) | (...);
                    destinationAddress?: (...) | (...);
                    destinationChain?: (...) | (...);
                    sender?: (...) | (...);
                    symbol?: (...) | (...);
                };
                transfer?: {
                    amount?: (...) | (...);
                    to?: (...) | (...);
                };
                txId?: Uint8Array;
            } & {
                chain?: string;
                contractCall?: {
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                } & {
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                } & {
                    [K in (...)]: (...)
                };
                contractCallWithToken?: {
                    amount?: ...;
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    amount?: ...;
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    [K in (...)]: (...)
                };
                index?: string | number | Long & {
                    high: ...;
                    low: ...;
                    unsigned: ...;
                    add(addend): ...;
                    and(other): ...;
                    clz(): ...;
                    comp(other): ...;
                    compare(other): ...;
                    countLeadingZeros(): ...;
                    countTrailingZeros(): ...;
                    ctz(): ...;
                    div(divisor): ...;
                    divide(divisor): ...;
                    eq(other): ...;
                    equals(other): ...;
                    eqz(): ...;
                    ge(other): ...;
                    getHighBits(): ...;
                    getHighBitsUnsigned(): ...;
                    getLowBits(): ...;
                    getLowBitsUnsigned(): ...;
                    getNumBitsAbs(): ...;
                    greaterThan(other): ...;
                    greaterThanOrEqual(other): ...;
                    gt(other): ...;
                    gte(other): ...;
                    isEven(): ...;
                    isNegative(): ...;
                    isOdd(): ...;
                    isPositive(): ...;
                    isZero(): ...;
                    le(other): ...;
                    lessThan(other): ...;
                    lessThanOrEqual(other): ...;
                    lt(other): ...;
                    lte(other): ...;
                    mod(other): ...;
                    modulo(other): ...;
                    mul(multiplier): ...;
                    multiply(multiplier): ...;
                    ne(other): ...;
                    neg(): ...;
                    negate(): ...;
                    neq(other): ...;
                    not(): ...;
                    notEquals(other): ...;
                    or(other): ...;
                    rem(other): ...;
                    rotateLeft(numBits): ...;
                    rotateRight(numBits): ...;
                    rotl(numBits): ...;
                    rotr(numBits): ...;
                    shiftLeft(numBits): ...;
                    shiftRight(numBits): ...;
                    shiftRightUnsigned(numBits): ...;
                    shl(numBits): ...;
                    shr(numBits): ...;
                    shr_u(numBits): ...;
                    shru(numBits): ...;
                    sub(subtrahend): ...;
                    subtract(subtrahend): ...;
                    toBytes(le?): ...;
                    toBytesBE(): ...;
                    toBytesLE(): ...;
                    toInt(): ...;
                    toNumber(): ...;
                    toSigned(): ...;
                    toString(radix?): ...;
                    toUnsigned(): ...;
                    xor(other): ...;
                } & {
                    [K in (...)]: (...)
                };
                multisigOperatorshipTransferred?: {
                    newOperators?: ...;
                    newThreshold?: ...;
                    newWeights?: ...;
                } & {
                    newOperators?: ...;
                    newThreshold?: ...;
                    newWeights?: ...;
                } & {
                    [K in (...)]: (...)
                };
                multisigOwnershipTransferred?: {
                    newOwners?: ...;
                    newThreshold?: ...;
                    preOwners?: ...;
                    prevThreshold?: ...;
                } & {
                    newOwners?: ...;
                    newThreshold?: ...;
                    preOwners?: ...;
                    prevThreshold?: ...;
                } & {
                    [K in (...)]: (...)
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: ...;
                    tokenAddress?: ...;
                } & {
                    symbol?: ...;
                    tokenAddress?: ...;
                } & {
                    [K in (...)]: (...)
                };
                tokenSent?: {
                    amount?: ...;
                    destinationAddress?: ...;
                    destinationChain?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    amount?: ...;
                    destinationAddress?: ...;
                    destinationChain?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    [K in (...)]: (...)
                };
                transfer?: {
                    amount?: ...;
                    to?: ...;
                } & {
                    amount?: ...;
                    to?: ...;
                } & {
                    [K in (...)]: (...)
                };
                txId?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            gateway?: {
                address?: Uint8Array;
            } & {
                address?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            };
            legacyBurnedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[] & ({
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            } & {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long & {
                    high: ...;
                    low: ...;
                    unsigned: ...;
                    add(addend): ...;
                    and(other): ...;
                    clz(): ...;
                    comp(other): ...;
                    compare(other): ...;
                    countLeadingZeros(): ...;
                    countTrailingZeros(): ...;
                    ctz(): ...;
                    div(divisor): ...;
                    divide(divisor): ...;
                    eq(other): ...;
                    equals(other): ...;
                    eqz(): ...;
                    ge(other): ...;
                    getHighBits(): ...;
                    getHighBitsUnsigned(): ...;
                    getLowBits(): ...;
                    getLowBitsUnsigned(): ...;
                    getNumBitsAbs(): ...;
                    greaterThan(other): ...;
                    greaterThanOrEqual(other): ...;
                    gt(other): ...;
                    gte(other): ...;
                    isEven(): ...;
                    isNegative(): ...;
                    isOdd(): ...;
                    isPositive(): ...;
                    isZero(): ...;
                    le(other): ...;
                    lessThan(other): ...;
                    lessThanOrEqual(other): ...;
                    lt(other): ...;
                    lte(other): ...;
                    mod(other): ...;
                    modulo(other): ...;
                    mul(multiplier): ...;
                    multiply(multiplier): ...;
                    ne(other): ...;
                    neg(): ...;
                    negate(): ...;
                    neq(other): ...;
                    not(): ...;
                    notEquals(other): ...;
                    or(other): ...;
                    rem(other): ...;
                    rotateLeft(numBits): ...;
                    rotateRight(numBits): ...;
                    rotl(numBits): ...;
                    rotr(numBits): ...;
                    shiftLeft(numBits): ...;
                    shiftRight(numBits): ...;
                    shiftRightUnsigned(numBits): ...;
                    shl(numBits): ...;
                    shr(numBits): ...;
                    shr_u(numBits): ...;
                    shru(numBits): ...;
                    sub(subtrahend): ...;
                    subtract(subtrahend): ...;
                    toBytes(le?): ...;
                    toBytesBE(): ...;
                    toBytesLE(): ...;
                    toInt(): ...;
                    toNumber(): ...;
                    toSigned(): ...;
                    toString(radix?): ...;
                    toUnsigned(): ...;
                    xor(other): ...;
                } & {
                    [K in (...)]: (...)
                };
                txId?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            legacyConfirmedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[] & ({
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            } & {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long & {
                    high: ...;
                    low: ...;
                    unsigned: ...;
                    add(addend): ...;
                    and(other): ...;
                    clz(): ...;
                    comp(other): ...;
                    compare(other): ...;
                    countLeadingZeros(): ...;
                    countTrailingZeros(): ...;
                    ctz(): ...;
                    div(divisor): ...;
                    divide(divisor): ...;
                    eq(other): ...;
                    equals(other): ...;
                    eqz(): ...;
                    ge(other): ...;
                    getHighBits(): ...;
                    getHighBitsUnsigned(): ...;
                    getLowBits(): ...;
                    getLowBitsUnsigned(): ...;
                    getNumBitsAbs(): ...;
                    greaterThan(other): ...;
                    greaterThanOrEqual(other): ...;
                    gt(other): ...;
                    gte(other): ...;
                    isEven(): ...;
                    isNegative(): ...;
                    isOdd(): ...;
                    isPositive(): ...;
                    isZero(): ...;
                    le(other): ...;
                    lessThan(other): ...;
                    lessThanOrEqual(other): ...;
                    lt(other): ...;
                    lte(other): ...;
                    mod(other): ...;
                    modulo(other): ...;
                    mul(multiplier): ...;
                    multiply(multiplier): ...;
                    ne(other): ...;
                    neg(): ...;
                    negate(): ...;
                    neq(other): ...;
                    not(): ...;
                    notEquals(other): ...;
                    or(other): ...;
                    rem(other): ...;
                    rotateLeft(numBits): ...;
                    rotateRight(numBits): ...;
                    rotl(numBits): ...;
                    rotr(numBits): ...;
                    shiftLeft(numBits): ...;
                    shiftRight(numBits): ...;
                    shiftRightUnsigned(numBits): ...;
                    shl(numBits): ...;
                    shr(numBits): ...;
                    shr_u(numBits): ...;
                    shru(numBits): ...;
                    sub(subtrahend): ...;
                    subtract(subtrahend): ...;
                    toBytes(le?): ...;
                    toBytesBE(): ...;
                    toBytesLE(): ...;
                    toInt(): ...;
                    toNumber(): ...;
                    toSigned(): ...;
                    toString(radix?): ...;
                    toUnsigned(): ...;
                    xor(other): ...;
                } & {
                    [K in (...)]: (...)
                };
                txId?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            params?: {
                burnable?: Uint8Array;
                chain?: string;
                commandsGasLimit?: number;
                confirmationHeight?: string | number | Long;
                endBlockerLimit?: string | number | Long;
                minVoterCount?: string | number | Long;
                network?: string;
                networks?: {
                    id?: Uint8Array;
                    name?: string;
                }[];
                revoteLockingPeriod?: string | number | Long;
                tokenCode?: Uint8Array;
                transferLimit?: string | number | Long;
                votingGracePeriod?: string | number | Long;
                votingThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
            } & {
                burnable?: Uint8Array;
                chain?: string;
                commandsGasLimit?: number;
                confirmationHeight?: string | number | Long & {
                    high: number;
                    low: number;
                    unsigned: boolean;
                    add(addend): Long;
                    and(other): Long;
                    clz(): number;
                    comp(other): number;
                    compare(other): number;
                    countLeadingZeros(): number;
                    countTrailingZeros(): number;
                    ctz(): number;
                    div(divisor): Long;
                    divide(divisor): Long;
                    eq(other): boolean;
                    equals(other): boolean;
                    eqz(): boolean;
                    ge(other): boolean;
                    getHighBits(): number;
                    getHighBitsUnsigned(): number;
                    getLowBits(): number;
                    getLowBitsUnsigned(): number;
                    getNumBitsAbs(): number;
                    greaterThan(other): boolean;
                    greaterThanOrEqual(other): boolean;
                    gt(other): boolean;
                    gte(other): boolean;
                    isEven(): boolean;
                    isNegative(): boolean;
                    isOdd(): boolean;
                    isPositive(): boolean;
                    isZero(): boolean;
                    le(other): boolean;
                    lessThan(other): boolean;
                    lessThanOrEqual(other): boolean;
                    lt(other): boolean;
                    lte(other): boolean;
                    mod(other): Long;
                    modulo(other): Long;
                    mul(multiplier): Long;
                    multiply(multiplier): Long;
                    ne(other): boolean;
                    neg(): Long;
                    negate(): Long;
                    neq(other): boolean;
                    not(): Long;
                    notEquals(other): boolean;
                    or(other): Long;
                    rem(other): Long;
                    rotateLeft(numBits): Long;
                    rotateRight(numBits): Long;
                    rotl(numBits): Long;
                    rotr(numBits): Long;
                    shiftLeft(numBits): Long;
                    shiftRight(numBits): Long;
                    shiftRightUnsigned(numBits): Long;
                    shl(numBits): Long;
                    shr(numBits): Long;
                    shr_u(numBits): Long;
                    shru(numBits): Long;
                    sub(subtrahend): Long;
                    subtract(subtrahend): Long;
                    toBytes(le?): number[];
                    toBytesBE(): number[];
                    toBytesLE(): number[];
                    toInt(): number;
                    toNumber(): number;
                    toSigned(): Long;
                    toString(radix?): string;
                    toUnsigned(): Long;
                    xor(other): Long;
                } & {
                    [K in string | number | symbol]: never
                };
                endBlockerLimit?: string | number | Long & {
                    high: number;
                    low: number;
                    unsigned: boolean;
                    add(addend): Long;
                    and(other): Long;
                    clz(): number;
                    comp(other): number;
                    compare(other): number;
                    countLeadingZeros(): number;
                    countTrailingZeros(): number;
                    ctz(): number;
                    div(divisor): Long;
                    divide(divisor): Long;
                    eq(other): boolean;
                    equals(other): boolean;
                    eqz(): boolean;
                    ge(other): boolean;
                    getHighBits(): number;
                    getHighBitsUnsigned(): number;
                    getLowBits(): number;
                    getLowBitsUnsigned(): number;
                    getNumBitsAbs(): number;
                    greaterThan(other): boolean;
                    greaterThanOrEqual(other): boolean;
                    gt(other): boolean;
                    gte(other): boolean;
                    isEven(): boolean;
                    isNegative(): boolean;
                    isOdd(): boolean;
                    isPositive(): boolean;
                    isZero(): boolean;
                    le(other): boolean;
                    lessThan(other): boolean;
                    lessThanOrEqual(other): boolean;
                    lt(other): boolean;
                    lte(other): boolean;
                    mod(other): Long;
                    modulo(other): Long;
                    mul(multiplier): Long;
                    multiply(multiplier): Long;
                    ne(other): boolean;
                    neg(): Long;
                    negate(): Long;
                    neq(other): boolean;
                    not(): Long;
                    notEquals(other): boolean;
                    or(other): Long;
                    rem(other): Long;
                    rotateLeft(numBits): Long;
                    rotateRight(numBits): Long;
                    rotl(numBits): Long;
                    rotr(numBits): Long;
                    shiftLeft(numBits): Long;
                    shiftRight(numBits): Long;
                    shiftRightUnsigned(numBits): Long;
                    shl(numBits): Long;
                    shr(numBits): Long;
                    shr_u(numBits): Long;
                    shru(numBits): Long;
                    sub(subtrahend): Long;
                    subtract(subtrahend): Long;
                    toBytes(le?): number[];
                    toBytesBE(): number[];
                    toBytesLE(): number[];
                    toInt(): number;
                    toNumber(): number;
                    toSigned(): Long;
                    toString(radix?): string;
                    toUnsigned(): Long;
                    xor(other): Long;
                } & {
                    [K in string | number | symbol]: never
                };
                minVoterCount?: string | number | Long & {
                    high: number;
                    low: number;
                    unsigned: boolean;
                    add(addend): Long;
                    and(other): Long;
                    clz(): number;
                    comp(other): number;
                    compare(other): number;
                    countLeadingZeros(): number;
                    countTrailingZeros(): number;
                    ctz(): number;
                    div(divisor): Long;
                    divide(divisor): Long;
                    eq(other): boolean;
                    equals(other): boolean;
                    eqz(): boolean;
                    ge(other): boolean;
                    getHighBits(): number;
                    getHighBitsUnsigned(): number;
                    getLowBits(): number;
                    getLowBitsUnsigned(): number;
                    getNumBitsAbs(): number;
                    greaterThan(other): boolean;
                    greaterThanOrEqual(other): boolean;
                    gt(other): boolean;
                    gte(other): boolean;
                    isEven(): boolean;
                    isNegative(): boolean;
                    isOdd(): boolean;
                    isPositive(): boolean;
                    isZero(): boolean;
                    le(other): boolean;
                    lessThan(other): boolean;
                    lessThanOrEqual(other): boolean;
                    lt(other): boolean;
                    lte(other): boolean;
                    mod(other): Long;
                    modulo(other): Long;
                    mul(multiplier): Long;
                    multiply(multiplier): Long;
                    ne(other): boolean;
                    neg(): Long;
                    negate(): Long;
                    neq(other): boolean;
                    not(): Long;
                    notEquals(other): boolean;
                    or(other): Long;
                    rem(other): Long;
                    rotateLeft(numBits): Long;
                    rotateRight(numBits): Long;
                    rotl(numBits): Long;
                    rotr(numBits): Long;
                    shiftLeft(numBits): Long;
                    shiftRight(numBits): Long;
                    shiftRightUnsigned(numBits): Long;
                    shl(numBits): Long;
                    shr(numBits): Long;
                    shr_u(numBits): Long;
                    shru(numBits): Long;
                    sub(subtrahend): Long;
                    subtract(subtrahend): Long;
                    toBytes(le?): number[];
                    toBytesBE(): number[];
                    toBytesLE(): number[];
                    toInt(): number;
                    toNumber(): number;
                    toSigned(): Long;
                    toString(radix?): string;
                    toUnsigned(): Long;
                    xor(other): Long;
                } & {
                    [K in string | number | symbol]: never
                };
                network?: string;
                networks?: {
                    id?: (...) | (...);
                    name?: (...) | (...);
                }[] & ({
                    id?: ...;
                    name?: ...;
                } & {
                    id?: ...;
                    name?: ...;
                } & {
                    [K in (...)]: (...)
                })[] & {
                    [K in string | symbol]: never
                };
                revoteLockingPeriod?: string | number | Long & {
                    high: number;
                    low: number;
                    unsigned: boolean;
                    add(addend): Long;
                    and(other): Long;
                    clz(): number;
                    comp(other): number;
                    compare(other): number;
                    countLeadingZeros(): number;
                    countTrailingZeros(): number;
                    ctz(): number;
                    div(divisor): Long;
                    divide(divisor): Long;
                    eq(other): boolean;
                    equals(other): boolean;
                    eqz(): boolean;
                    ge(other): boolean;
                    getHighBits(): number;
                    getHighBitsUnsigned(): number;
                    getLowBits(): number;
                    getLowBitsUnsigned(): number;
                    getNumBitsAbs(): number;
                    greaterThan(other): boolean;
                    greaterThanOrEqual(other): boolean;
                    gt(other): boolean;
                    gte(other): boolean;
                    isEven(): boolean;
                    isNegative(): boolean;
                    isOdd(): boolean;
                    isPositive(): boolean;
                    isZero(): boolean;
                    le(other): boolean;
                    lessThan(other): boolean;
                    lessThanOrEqual(other): boolean;
                    lt(other): boolean;
                    lte(other): boolean;
                    mod(other): Long;
                    modulo(other): Long;
                    mul(multiplier): Long;
                    multiply(multiplier): Long;
                    ne(other): boolean;
                    neg(): Long;
                    negate(): Long;
                    neq(other): boolean;
                    not(): Long;
                    notEquals(other): boolean;
                    or(other): Long;
                    rem(other): Long;
                    rotateLeft(numBits): Long;
                    rotateRight(numBits): Long;
                    rotl(numBits): Long;
                    rotr(numBits): Long;
                    shiftLeft(numBits): Long;
                    shiftRight(numBits): Long;
                    shiftRightUnsigned(numBits): Long;
                    shl(numBits): Long;
                    shr(numBits): Long;
                    shr_u(numBits): Long;
                    shru(numBits): Long;
                    sub(subtrahend): Long;
                    subtract(subtrahend): Long;
                    toBytes(le?): number[];
                    toBytesBE(): number[];
                    toBytesLE(): number[];
                    toInt(): number;
                    toNumber(): number;
                    toSigned(): Long;
                    toString(radix?): string;
                    toUnsigned(): Long;
                    xor(other): Long;
                } & {
                    [K in string | number | symbol]: never
                };
                tokenCode?: Uint8Array;
                transferLimit?: string | number | Long & {
                    high: number;
                    low: number;
                    unsigned: boolean;
                    add(addend): Long;
                    and(other): Long;
                    clz(): number;
                    comp(other): number;
                    compare(other): number;
                    countLeadingZeros(): number;
                    countTrailingZeros(): number;
                    ctz(): number;
                    div(divisor): Long;
                    divide(divisor): Long;
                    eq(other): boolean;
                    equals(other): boolean;
                    eqz(): boolean;
                    ge(other): boolean;
                    getHighBits(): number;
                    getHighBitsUnsigned(): number;
                    getLowBits(): number;
                    getLowBitsUnsigned(): number;
                    getNumBitsAbs(): number;
                    greaterThan(other): boolean;
                    greaterThanOrEqual(other): boolean;
                    gt(other): boolean;
                    gte(other): boolean;
                    isEven(): boolean;
                    isNegative(): boolean;
                    isOdd(): boolean;
                    isPositive(): boolean;
                    isZero(): boolean;
                    le(other): boolean;
                    lessThan(other): boolean;
                    lessThanOrEqual(other): boolean;
                    lt(other): boolean;
                    lte(other): boolean;
                    mod(other): Long;
                    modulo(other): Long;
                    mul(multiplier): Long;
                    multiply(multiplier): Long;
                    ne(other): boolean;
                    neg(): Long;
                    negate(): Long;
                    neq(other): boolean;
                    not(): Long;
                    notEquals(other): boolean;
                    or(other): Long;
                    rem(other): Long;
                    rotateLeft(numBits): Long;
                    rotateRight(numBits): Long;
                    rotl(numBits): Long;
                    rotr(numBits): Long;
                    shiftLeft(numBits): Long;
                    shiftRight(numBits): Long;
                    shiftRightUnsigned(numBits): Long;
                    shl(numBits): Long;
                    shr(numBits): Long;
                    shr_u(numBits): Long;
                    shru(numBits): Long;
                    sub(subtrahend): Long;
                    subtract(subtrahend): Long;
                    toBytes(le?): number[];
                    toBytesBE(): number[];
                    toBytesLE(): number[];
                    toInt(): number;
                    toNumber(): number;
                    toSigned(): Long;
                    toString(radix?): string;
                    toUnsigned(): Long;
                    xor(other): Long;
                } & {
                    [K in string | number | symbol]: never
                };
                votingGracePeriod?: string | number | Long & {
                    high: number;
                    low: number;
                    unsigned: boolean;
                    add(addend): Long;
                    and(other): Long;
                    clz(): number;
                    comp(other): number;
                    compare(other): number;
                    countLeadingZeros(): number;
                    countTrailingZeros(): number;
                    ctz(): number;
                    div(divisor): Long;
                    divide(divisor): Long;
                    eq(other): boolean;
                    equals(other): boolean;
                    eqz(): boolean;
                    ge(other): boolean;
                    getHighBits(): number;
                    getHighBitsUnsigned(): number;
                    getLowBits(): number;
                    getLowBitsUnsigned(): number;
                    getNumBitsAbs(): number;
                    greaterThan(other): boolean;
                    greaterThanOrEqual(other): boolean;
                    gt(other): boolean;
                    gte(other): boolean;
                    isEven(): boolean;
                    isNegative(): boolean;
                    isOdd(): boolean;
                    isPositive(): boolean;
                    isZero(): boolean;
                    le(other): boolean;
                    lessThan(other): boolean;
                    lessThanOrEqual(other): boolean;
                    lt(other): boolean;
                    lte(other): boolean;
                    mod(other): Long;
                    modulo(other): Long;
                    mul(multiplier): Long;
                    multiply(multiplier): Long;
                    ne(other): boolean;
                    neg(): Long;
                    negate(): Long;
                    neq(other): boolean;
                    not(): Long;
                    notEquals(other): boolean;
                    or(other): Long;
                    rem(other): Long;
                    rotateLeft(numBits): Long;
                    rotateRight(numBits): Long;
                    rotl(numBits): Long;
                    rotr(numBits): Long;
                    shiftLeft(numBits): Long;
                    shiftRight(numBits): Long;
                    shiftRightUnsigned(numBits): Long;
                    shl(numBits): Long;
                    shr(numBits): Long;
                    shr_u(numBits): Long;
                    shru(numBits): Long;
                    sub(subtrahend): Long;
                    subtract(subtrahend): Long;
                    toBytes(le?): number[];
                    toBytesBE(): number[];
                    toBytesLE(): number[];
                    toInt(): number;
                    toNumber(): number;
                    toSigned(): Long;
                    toString(radix?): string;
                    toUnsigned(): Long;
                    xor(other): Long;
                } & {
                    [K in string | number | symbol]: never
                };
                votingThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                } & {
                    denominator?: string | number | (...) & (...) & (...);
                    numerator?: string | number | (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
            tokens?: {
                asset?: string;
                burnerCode?: Uint8Array;
                chainId?: Uint8Array;
                details?: {
                    capacity?: Uint8Array;
                    decimals?: number;
                    symbol?: string;
                    tokenName?: string;
                };
                isExternal?: boolean;
                status?: Status;
                tokenAddress?: string;
                txHash?: string;
            }[] & ({
                asset?: string;
                burnerCode?: Uint8Array;
                chainId?: Uint8Array;
                details?: {
                    capacity?: (...) | (...);
                    decimals?: (...) | (...);
                    symbol?: (...) | (...);
                    tokenName?: (...) | (...);
                };
                isExternal?: boolean;
                status?: Status;
                tokenAddress?: string;
                txHash?: string;
            } & {
                asset?: string;
                burnerCode?: Uint8Array;
                chainId?: Uint8Array;
                details?: {
                    capacity?: ...;
                    decimals?: ...;
                    symbol?: ...;
                    tokenName?: ...;
                } & {
                    capacity?: ...;
                    decimals?: ...;
                    symbol?: ...;
                    tokenName?: ...;
                } & {
                    [K in (...)]: (...)
                };
                isExternal?: boolean;
                status?: Status;
                tokenAddress?: string;
                txHash?: string;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • Optional base: I

      Returns GenesisState_Chain

  • decode:function
  • encode:function
  • fromJSON:function
  • fromPartial:function
    • Type Parameters

      • I extends {
            burnedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[];
            burnerInfos?: {
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                salt?: Uint8Array;
                symbol?: string;
                tokenAddress?: Uint8Array;
            }[];
            commandBatches?: {
                commandIds?: Uint8Array[];
                data?: Uint8Array;
                id?: Uint8Array;
                keyId?: string;
                prevBatchedCommandsId?: Uint8Array;
                sigHash?: Uint8Array;
                signature?: {
                    typeUrl?: string;
                    value?: Uint8Array;
                };
                status?: BatchedCommandsStatus;
            }[];
            commandQueue?: {
                items?: {};
            };
            confirmedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[];
            confirmedEventQueue?: {
                items?: {};
            };
            events?: {
                chain?: string;
                contractCall?: {
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                };
                contractCallWithToken?: {
                    amount?: Uint8Array;
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                index?: string | number | Long;
                multisigOperatorshipTransferred?: {
                    newOperators?: Uint8Array[];
                    newThreshold?: Uint8Array;
                    newWeights?: Uint8Array[];
                };
                multisigOwnershipTransferred?: {
                    newOwners?: Uint8Array[];
                    newThreshold?: Uint8Array;
                    preOwners?: Uint8Array[];
                    prevThreshold?: Uint8Array;
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: string;
                    tokenAddress?: Uint8Array;
                };
                tokenSent?: {
                    amount?: Uint8Array;
                    destinationAddress?: string;
                    destinationChain?: string;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                transfer?: {
                    amount?: Uint8Array;
                    to?: Uint8Array;
                };
                txId?: Uint8Array;
            }[];
            gateway?: {
                address?: Uint8Array;
            };
            legacyBurnedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[];
            legacyConfirmedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[];
            params?: {
                burnable?: Uint8Array;
                chain?: string;
                commandsGasLimit?: number;
                confirmationHeight?: string | number | Long;
                endBlockerLimit?: string | number | Long;
                minVoterCount?: string | number | Long;
                network?: string;
                networks?: {
                    id?: Uint8Array;
                    name?: string;
                }[];
                revoteLockingPeriod?: string | number | Long;
                tokenCode?: Uint8Array;
                transferLimit?: string | number | Long;
                votingGracePeriod?: string | number | Long;
                votingThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
            };
            tokens?: {
                asset?: string;
                burnerCode?: Uint8Array;
                chainId?: Uint8Array;
                details?: {
                    capacity?: Uint8Array;
                    decimals?: number;
                    symbol?: string;
                    tokenName?: string;
                };
                isExternal?: boolean;
                status?: Status;
                tokenAddress?: string;
                txHash?: string;
            }[];
        } & {
            burnedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[] & ({
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            } & {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long & {
                    high: ...;
                    low: ...;
                    unsigned: ...;
                    add(addend): ...;
                    and(other): ...;
                    clz(): ...;
                    comp(other): ...;
                    compare(other): ...;
                    countLeadingZeros(): ...;
                    countTrailingZeros(): ...;
                    ctz(): ...;
                    div(divisor): ...;
                    divide(divisor): ...;
                    eq(other): ...;
                    equals(other): ...;
                    eqz(): ...;
                    ge(other): ...;
                    getHighBits(): ...;
                    getHighBitsUnsigned(): ...;
                    getLowBits(): ...;
                    getLowBitsUnsigned(): ...;
                    getNumBitsAbs(): ...;
                    greaterThan(other): ...;
                    greaterThanOrEqual(other): ...;
                    gt(other): ...;
                    gte(other): ...;
                    isEven(): ...;
                    isNegative(): ...;
                    isOdd(): ...;
                    isPositive(): ...;
                    isZero(): ...;
                    le(other): ...;
                    lessThan(other): ...;
                    lessThanOrEqual(other): ...;
                    lt(other): ...;
                    lte(other): ...;
                    mod(other): ...;
                    modulo(other): ...;
                    mul(multiplier): ...;
                    multiply(multiplier): ...;
                    ne(other): ...;
                    neg(): ...;
                    negate(): ...;
                    neq(other): ...;
                    not(): ...;
                    notEquals(other): ...;
                    or(other): ...;
                    rem(other): ...;
                    rotateLeft(numBits): ...;
                    rotateRight(numBits): ...;
                    rotl(numBits): ...;
                    rotr(numBits): ...;
                    shiftLeft(numBits): ...;
                    shiftRight(numBits): ...;
                    shiftRightUnsigned(numBits): ...;
                    shl(numBits): ...;
                    shr(numBits): ...;
                    shr_u(numBits): ...;
                    shru(numBits): ...;
                    sub(subtrahend): ...;
                    subtract(subtrahend): ...;
                    toBytes(le?): ...;
                    toBytesBE(): ...;
                    toBytesLE(): ...;
                    toInt(): ...;
                    toNumber(): ...;
                    toSigned(): ...;
                    toString(radix?): ...;
                    toUnsigned(): ...;
                    xor(other): ...;
                } & {
                    [K in (...)]: (...)
                };
                txId?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            burnerInfos?: {
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                salt?: Uint8Array;
                symbol?: string;
                tokenAddress?: Uint8Array;
            }[] & ({
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                salt?: Uint8Array;
                symbol?: string;
                tokenAddress?: Uint8Array;
            } & {
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                salt?: Uint8Array;
                symbol?: string;
                tokenAddress?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            commandBatches?: {
                commandIds?: Uint8Array[];
                data?: Uint8Array;
                id?: Uint8Array;
                keyId?: string;
                prevBatchedCommandsId?: Uint8Array;
                sigHash?: Uint8Array;
                signature?: {
                    typeUrl?: string;
                    value?: Uint8Array;
                };
                status?: BatchedCommandsStatus;
            }[] & ({
                commandIds?: Uint8Array[];
                data?: Uint8Array;
                id?: Uint8Array;
                keyId?: string;
                prevBatchedCommandsId?: Uint8Array;
                sigHash?: Uint8Array;
                signature?: {
                    typeUrl?: (...) | (...);
                    value?: (...) | (...);
                };
                status?: BatchedCommandsStatus;
            } & {
                commandIds?: (...)[] & (...)[] & {
                    [K in (...)]: (...)
                };
                data?: Uint8Array;
                id?: Uint8Array;
                keyId?: string;
                prevBatchedCommandsId?: Uint8Array;
                sigHash?: Uint8Array;
                signature?: {
                    typeUrl?: ...;
                    value?: ...;
                } & {
                    typeUrl?: ...;
                    value?: ...;
                } & {
                    [K in (...)]: (...)
                };
                status?: BatchedCommandsStatus;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            commandQueue?: {
                items?: {};
            } & {
                items?: {} & {} & {
                    [K in symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
            confirmedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[] & ({
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            } & {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long & {
                    high: ...;
                    low: ...;
                    unsigned: ...;
                    add(addend): ...;
                    and(other): ...;
                    clz(): ...;
                    comp(other): ...;
                    compare(other): ...;
                    countLeadingZeros(): ...;
                    countTrailingZeros(): ...;
                    ctz(): ...;
                    div(divisor): ...;
                    divide(divisor): ...;
                    eq(other): ...;
                    equals(other): ...;
                    eqz(): ...;
                    ge(other): ...;
                    getHighBits(): ...;
                    getHighBitsUnsigned(): ...;
                    getLowBits(): ...;
                    getLowBitsUnsigned(): ...;
                    getNumBitsAbs(): ...;
                    greaterThan(other): ...;
                    greaterThanOrEqual(other): ...;
                    gt(other): ...;
                    gte(other): ...;
                    isEven(): ...;
                    isNegative(): ...;
                    isOdd(): ...;
                    isPositive(): ...;
                    isZero(): ...;
                    le(other): ...;
                    lessThan(other): ...;
                    lessThanOrEqual(other): ...;
                    lt(other): ...;
                    lte(other): ...;
                    mod(other): ...;
                    modulo(other): ...;
                    mul(multiplier): ...;
                    multiply(multiplier): ...;
                    ne(other): ...;
                    neg(): ...;
                    negate(): ...;
                    neq(other): ...;
                    not(): ...;
                    notEquals(other): ...;
                    or(other): ...;
                    rem(other): ...;
                    rotateLeft(numBits): ...;
                    rotateRight(numBits): ...;
                    rotl(numBits): ...;
                    rotr(numBits): ...;
                    shiftLeft(numBits): ...;
                    shiftRight(numBits): ...;
                    shiftRightUnsigned(numBits): ...;
                    shl(numBits): ...;
                    shr(numBits): ...;
                    shr_u(numBits): ...;
                    shru(numBits): ...;
                    sub(subtrahend): ...;
                    subtract(subtrahend): ...;
                    toBytes(le?): ...;
                    toBytesBE(): ...;
                    toBytesLE(): ...;
                    toInt(): ...;
                    toNumber(): ...;
                    toSigned(): ...;
                    toString(radix?): ...;
                    toUnsigned(): ...;
                    xor(other): ...;
                } & {
                    [K in (...)]: (...)
                };
                txId?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            confirmedEventQueue?: {
                items?: {};
            } & {
                items?: {} & {} & {
                    [K in symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
            events?: {
                chain?: string;
                contractCall?: {
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                };
                contractCallWithToken?: {
                    amount?: Uint8Array;
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                index?: string | number | Long;
                multisigOperatorshipTransferred?: {
                    newOperators?: (...)[];
                    newThreshold?: Uint8Array;
                    newWeights?: (...)[];
                };
                multisigOwnershipTransferred?: {
                    newOwners?: (...)[];
                    newThreshold?: Uint8Array;
                    preOwners?: (...)[];
                    prevThreshold?: Uint8Array;
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: string;
                    tokenAddress?: Uint8Array;
                };
                tokenSent?: {
                    amount?: Uint8Array;
                    destinationAddress?: string;
                    destinationChain?: string;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                transfer?: {
                    amount?: Uint8Array;
                    to?: Uint8Array;
                };
                txId?: Uint8Array;
            }[] & ({
                chain?: string;
                contractCall?: {
                    contractAddress?: (...) | (...);
                    destinationChain?: (...) | (...);
                    payloadHash?: (...) | (...);
                    sender?: (...) | (...);
                };
                contractCallWithToken?: {
                    amount?: (...) | (...);
                    contractAddress?: (...) | (...);
                    destinationChain?: (...) | (...);
                    payloadHash?: (...) | (...);
                    sender?: (...) | (...);
                    symbol?: (...) | (...);
                };
                index?: string | number | Long;
                multisigOperatorshipTransferred?: {
                    newOperators?: (...) | (...);
                    newThreshold?: (...) | (...);
                    newWeights?: (...) | (...);
                };
                multisigOwnershipTransferred?: {
                    newOwners?: (...) | (...);
                    newThreshold?: (...) | (...);
                    preOwners?: (...) | (...);
                    prevThreshold?: (...) | (...);
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: (...) | (...);
                    tokenAddress?: (...) | (...);
                };
                tokenSent?: {
                    amount?: (...) | (...);
                    destinationAddress?: (...) | (...);
                    destinationChain?: (...) | (...);
                    sender?: (...) | (...);
                    symbol?: (...) | (...);
                };
                transfer?: {
                    amount?: (...) | (...);
                    to?: (...) | (...);
                };
                txId?: Uint8Array;
            } & {
                chain?: string;
                contractCall?: {
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                } & {
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                } & {
                    [K in (...)]: (...)
                };
                contractCallWithToken?: {
                    amount?: ...;
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    amount?: ...;
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    [K in (...)]: (...)
                };
                index?: string | number | Long & {
                    high: ...;
                    low: ...;
                    unsigned: ...;
                    add(addend): ...;
                    and(other): ...;
                    clz(): ...;
                    comp(other): ...;
                    compare(other): ...;
                    countLeadingZeros(): ...;
                    countTrailingZeros(): ...;
                    ctz(): ...;
                    div(divisor): ...;
                    divide(divisor): ...;
                    eq(other): ...;
                    equals(other): ...;
                    eqz(): ...;
                    ge(other): ...;
                    getHighBits(): ...;
                    getHighBitsUnsigned(): ...;
                    getLowBits(): ...;
                    getLowBitsUnsigned(): ...;
                    getNumBitsAbs(): ...;
                    greaterThan(other): ...;
                    greaterThanOrEqual(other): ...;
                    gt(other): ...;
                    gte(other): ...;
                    isEven(): ...;
                    isNegative(): ...;
                    isOdd(): ...;
                    isPositive(): ...;
                    isZero(): ...;
                    le(other): ...;
                    lessThan(other): ...;
                    lessThanOrEqual(other): ...;
                    lt(other): ...;
                    lte(other): ...;
                    mod(other): ...;
                    modulo(other): ...;
                    mul(multiplier): ...;
                    multiply(multiplier): ...;
                    ne(other): ...;
                    neg(): ...;
                    negate(): ...;
                    neq(other): ...;
                    not(): ...;
                    notEquals(other): ...;
                    or(other): ...;
                    rem(other): ...;
                    rotateLeft(numBits): ...;
                    rotateRight(numBits): ...;
                    rotl(numBits): ...;
                    rotr(numBits): ...;
                    shiftLeft(numBits): ...;
                    shiftRight(numBits): ...;
                    shiftRightUnsigned(numBits): ...;
                    shl(numBits): ...;
                    shr(numBits): ...;
                    shr_u(numBits): ...;
                    shru(numBits): ...;
                    sub(subtrahend): ...;
                    subtract(subtrahend): ...;
                    toBytes(le?): ...;
                    toBytesBE(): ...;
                    toBytesLE(): ...;
                    toInt(): ...;
                    toNumber(): ...;
                    toSigned(): ...;
                    toString(radix?): ...;
                    toUnsigned(): ...;
                    xor(other): ...;
                } & {
                    [K in (...)]: (...)
                };
                multisigOperatorshipTransferred?: {
                    newOperators?: ...;
                    newThreshold?: ...;
                    newWeights?: ...;
                } & {
                    newOperators?: ...;
                    newThreshold?: ...;
                    newWeights?: ...;
                } & {
                    [K in (...)]: (...)
                };
                multisigOwnershipTransferred?: {
                    newOwners?: ...;
                    newThreshold?: ...;
                    preOwners?: ...;
                    prevThreshold?: ...;
                } & {
                    newOwners?: ...;
                    newThreshold?: ...;
                    preOwners?: ...;
                    prevThreshold?: ...;
                } & {
                    [K in (...)]: (...)
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: ...;
                    tokenAddress?: ...;
                } & {
                    symbol?: ...;
                    tokenAddress?: ...;
                } & {
                    [K in (...)]: (...)
                };
                tokenSent?: {
                    amount?: ...;
                    destinationAddress?: ...;
                    destinationChain?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    amount?: ...;
                    destinationAddress?: ...;
                    destinationChain?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    [K in (...)]: (...)
                };
                transfer?: {
                    amount?: ...;
                    to?: ...;
                } & {
                    amount?: ...;
                    to?: ...;
                } & {
                    [K in (...)]: (...)
                };
                txId?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            gateway?: {
                address?: Uint8Array;
            } & {
                address?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            };
            legacyBurnedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[] & ({
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            } & {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long & {
                    high: ...;
                    low: ...;
                    unsigned: ...;
                    add(addend): ...;
                    and(other): ...;
                    clz(): ...;
                    comp(other): ...;
                    compare(other): ...;
                    countLeadingZeros(): ...;
                    countTrailingZeros(): ...;
                    ctz(): ...;
                    div(divisor): ...;
                    divide(divisor): ...;
                    eq(other): ...;
                    equals(other): ...;
                    eqz(): ...;
                    ge(other): ...;
                    getHighBits(): ...;
                    getHighBitsUnsigned(): ...;
                    getLowBits(): ...;
                    getLowBitsUnsigned(): ...;
                    getNumBitsAbs(): ...;
                    greaterThan(other): ...;
                    greaterThanOrEqual(other): ...;
                    gt(other): ...;
                    gte(other): ...;
                    isEven(): ...;
                    isNegative(): ...;
                    isOdd(): ...;
                    isPositive(): ...;
                    isZero(): ...;
                    le(other): ...;
                    lessThan(other): ...;
                    lessThanOrEqual(other): ...;
                    lt(other): ...;
                    lte(other): ...;
                    mod(other): ...;
                    modulo(other): ...;
                    mul(multiplier): ...;
                    multiply(multiplier): ...;
                    ne(other): ...;
                    neg(): ...;
                    negate(): ...;
                    neq(other): ...;
                    not(): ...;
                    notEquals(other): ...;
                    or(other): ...;
                    rem(other): ...;
                    rotateLeft(numBits): ...;
                    rotateRight(numBits): ...;
                    rotl(numBits): ...;
                    rotr(numBits): ...;
                    shiftLeft(numBits): ...;
                    shiftRight(numBits): ...;
                    shiftRightUnsigned(numBits): ...;
                    shl(numBits): ...;
                    shr(numBits): ...;
                    shr_u(numBits): ...;
                    shru(numBits): ...;
                    sub(subtrahend): ...;
                    subtract(subtrahend): ...;
                    toBytes(le?): ...;
                    toBytesBE(): ...;
                    toBytesLE(): ...;
                    toInt(): ...;
                    toNumber(): ...;
                    toSigned(): ...;
                    toString(radix?): ...;
                    toUnsigned(): ...;
                    xor(other): ...;
                } & {
                    [K in (...)]: (...)
                };
                txId?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            legacyConfirmedDeposits?: {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            }[] & ({
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long;
                txId?: Uint8Array;
            } & {
                amount?: Uint8Array;
                asset?: string;
                burnerAddress?: Uint8Array;
                destinationChain?: string;
                logIndex?: string | number | Long & {
                    high: ...;
                    low: ...;
                    unsigned: ...;
                    add(addend): ...;
                    and(other): ...;
                    clz(): ...;
                    comp(other): ...;
                    compare(other): ...;
                    countLeadingZeros(): ...;
                    countTrailingZeros(): ...;
                    ctz(): ...;
                    div(divisor): ...;
                    divide(divisor): ...;
                    eq(other): ...;
                    equals(other): ...;
                    eqz(): ...;
                    ge(other): ...;
                    getHighBits(): ...;
                    getHighBitsUnsigned(): ...;
                    getLowBits(): ...;
                    getLowBitsUnsigned(): ...;
                    getNumBitsAbs(): ...;
                    greaterThan(other): ...;
                    greaterThanOrEqual(other): ...;
                    gt(other): ...;
                    gte(other): ...;
                    isEven(): ...;
                    isNegative(): ...;
                    isOdd(): ...;
                    isPositive(): ...;
                    isZero(): ...;
                    le(other): ...;
                    lessThan(other): ...;
                    lessThanOrEqual(other): ...;
                    lt(other): ...;
                    lte(other): ...;
                    mod(other): ...;
                    modulo(other): ...;
                    mul(multiplier): ...;
                    multiply(multiplier): ...;
                    ne(other): ...;
                    neg(): ...;
                    negate(): ...;
                    neq(other): ...;
                    not(): ...;
                    notEquals(other): ...;
                    or(other): ...;
                    rem(other): ...;
                    rotateLeft(numBits): ...;
                    rotateRight(numBits): ...;
                    rotl(numBits): ...;
                    rotr(numBits): ...;
                    shiftLeft(numBits): ...;
                    shiftRight(numBits): ...;
                    shiftRightUnsigned(numBits): ...;
                    shl(numBits): ...;
                    shr(numBits): ...;
                    shr_u(numBits): ...;
                    shru(numBits): ...;
                    sub(subtrahend): ...;
                    subtract(subtrahend): ...;
                    toBytes(le?): ...;
                    toBytesBE(): ...;
                    toBytesLE(): ...;
                    toInt(): ...;
                    toNumber(): ...;
                    toSigned(): ...;
                    toString(radix?): ...;
                    toUnsigned(): ...;
                    xor(other): ...;
                } & {
                    [K in (...)]: (...)
                };
                txId?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            params?: {
                burnable?: Uint8Array;
                chain?: string;
                commandsGasLimit?: number;
                confirmationHeight?: string | number | Long;
                endBlockerLimit?: string | number | Long;
                minVoterCount?: string | number | Long;
                network?: string;
                networks?: {
                    id?: Uint8Array;
                    name?: string;
                }[];
                revoteLockingPeriod?: string | number | Long;
                tokenCode?: Uint8Array;
                transferLimit?: string | number | Long;
                votingGracePeriod?: string | number | Long;
                votingThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
            } & {
                burnable?: Uint8Array;
                chain?: string;
                commandsGasLimit?: number;
                confirmationHeight?: string | number | Long & {
                    high: number;
                    low: number;
                    unsigned: boolean;
                    add(addend): Long;
                    and(other): Long;
                    clz(): number;
                    comp(other): number;
                    compare(other): number;
                    countLeadingZeros(): number;
                    countTrailingZeros(): number;
                    ctz(): number;
                    div(divisor): Long;
                    divide(divisor): Long;
                    eq(other): boolean;
                    equals(other): boolean;
                    eqz(): boolean;
                    ge(other): boolean;
                    getHighBits(): number;
                    getHighBitsUnsigned(): number;
                    getLowBits(): number;
                    getLowBitsUnsigned(): number;
                    getNumBitsAbs(): number;
                    greaterThan(other): boolean;
                    greaterThanOrEqual(other): boolean;
                    gt(other): boolean;
                    gte(other): boolean;
                    isEven(): boolean;
                    isNegative(): boolean;
                    isOdd(): boolean;
                    isPositive(): boolean;
                    isZero(): boolean;
                    le(other): boolean;
                    lessThan(other): boolean;
                    lessThanOrEqual(other): boolean;
                    lt(other): boolean;
                    lte(other): boolean;
                    mod(other): Long;
                    modulo(other): Long;
                    mul(multiplier): Long;
                    multiply(multiplier): Long;
                    ne(other): boolean;
                    neg(): Long;
                    negate(): Long;
                    neq(other): boolean;
                    not(): Long;
                    notEquals(other): boolean;
                    or(other): Long;
                    rem(other): Long;
                    rotateLeft(numBits): Long;
                    rotateRight(numBits): Long;
                    rotl(numBits): Long;
                    rotr(numBits): Long;
                    shiftLeft(numBits): Long;
                    shiftRight(numBits): Long;
                    shiftRightUnsigned(numBits): Long;
                    shl(numBits): Long;
                    shr(numBits): Long;
                    shr_u(numBits): Long;
                    shru(numBits): Long;
                    sub(subtrahend): Long;
                    subtract(subtrahend): Long;
                    toBytes(le?): number[];
                    toBytesBE(): number[];
                    toBytesLE(): number[];
                    toInt(): number;
                    toNumber(): number;
                    toSigned(): Long;
                    toString(radix?): string;
                    toUnsigned(): Long;
                    xor(other): Long;
                } & {
                    [K in string | number | symbol]: never
                };
                endBlockerLimit?: string | number | Long & {
                    high: number;
                    low: number;
                    unsigned: boolean;
                    add(addend): Long;
                    and(other): Long;
                    clz(): number;
                    comp(other): number;
                    compare(other): number;
                    countLeadingZeros(): number;
                    countTrailingZeros(): number;
                    ctz(): number;
                    div(divisor): Long;
                    divide(divisor): Long;
                    eq(other): boolean;
                    equals(other): boolean;
                    eqz(): boolean;
                    ge(other): boolean;
                    getHighBits(): number;
                    getHighBitsUnsigned(): number;
                    getLowBits(): number;
                    getLowBitsUnsigned(): number;
                    getNumBitsAbs(): number;
                    greaterThan(other): boolean;
                    greaterThanOrEqual(other): boolean;
                    gt(other): boolean;
                    gte(other): boolean;
                    isEven(): boolean;
                    isNegative(): boolean;
                    isOdd(): boolean;
                    isPositive(): boolean;
                    isZero(): boolean;
                    le(other): boolean;
                    lessThan(other): boolean;
                    lessThanOrEqual(other): boolean;
                    lt(other): boolean;
                    lte(other): boolean;
                    mod(other): Long;
                    modulo(other): Long;
                    mul(multiplier): Long;
                    multiply(multiplier): Long;
                    ne(other): boolean;
                    neg(): Long;
                    negate(): Long;
                    neq(other): boolean;
                    not(): Long;
                    notEquals(other): boolean;
                    or(other): Long;
                    rem(other): Long;
                    rotateLeft(numBits): Long;
                    rotateRight(numBits): Long;
                    rotl(numBits): Long;
                    rotr(numBits): Long;
                    shiftLeft(numBits): Long;
                    shiftRight(numBits): Long;
                    shiftRightUnsigned(numBits): Long;
                    shl(numBits): Long;
                    shr(numBits): Long;
                    shr_u(numBits): Long;
                    shru(numBits): Long;
                    sub(subtrahend): Long;
                    subtract(subtrahend): Long;
                    toBytes(le?): number[];
                    toBytesBE(): number[];
                    toBytesLE(): number[];
                    toInt(): number;
                    toNumber(): number;
                    toSigned(): Long;
                    toString(radix?): string;
                    toUnsigned(): Long;
                    xor(other): Long;
                } & {
                    [K in string | number | symbol]: never
                };
                minVoterCount?: string | number | Long & {
                    high: number;
                    low: number;
                    unsigned: boolean;
                    add(addend): Long;
                    and(other): Long;
                    clz(): number;
                    comp(other): number;
                    compare(other): number;
                    countLeadingZeros(): number;
                    countTrailingZeros(): number;
                    ctz(): number;
                    div(divisor): Long;
                    divide(divisor): Long;
                    eq(other): boolean;
                    equals(other): boolean;
                    eqz(): boolean;
                    ge(other): boolean;
                    getHighBits(): number;
                    getHighBitsUnsigned(): number;
                    getLowBits(): number;
                    getLowBitsUnsigned(): number;
                    getNumBitsAbs(): number;
                    greaterThan(other): boolean;
                    greaterThanOrEqual(other): boolean;
                    gt(other): boolean;
                    gte(other): boolean;
                    isEven(): boolean;
                    isNegative(): boolean;
                    isOdd(): boolean;
                    isPositive(): boolean;
                    isZero(): boolean;
                    le(other): boolean;
                    lessThan(other): boolean;
                    lessThanOrEqual(other): boolean;
                    lt(other): boolean;
                    lte(other): boolean;
                    mod(other): Long;
                    modulo(other): Long;
                    mul(multiplier): Long;
                    multiply(multiplier): Long;
                    ne(other): boolean;
                    neg(): Long;
                    negate(): Long;
                    neq(other): boolean;
                    not(): Long;
                    notEquals(other): boolean;
                    or(other): Long;
                    rem(other): Long;
                    rotateLeft(numBits): Long;
                    rotateRight(numBits): Long;
                    rotl(numBits): Long;
                    rotr(numBits): Long;
                    shiftLeft(numBits): Long;
                    shiftRight(numBits): Long;
                    shiftRightUnsigned(numBits): Long;
                    shl(numBits): Long;
                    shr(numBits): Long;
                    shr_u(numBits): Long;
                    shru(numBits): Long;
                    sub(subtrahend): Long;
                    subtract(subtrahend): Long;
                    toBytes(le?): number[];
                    toBytesBE(): number[];
                    toBytesLE(): number[];
                    toInt(): number;
                    toNumber(): number;
                    toSigned(): Long;
                    toString(radix?): string;
                    toUnsigned(): Long;
                    xor(other): Long;
                } & {
                    [K in string | number | symbol]: never
                };
                network?: string;
                networks?: {
                    id?: (...) | (...);
                    name?: (...) | (...);
                }[] & ({
                    id?: ...;
                    name?: ...;
                } & {
                    id?: ...;
                    name?: ...;
                } & {
                    [K in (...)]: (...)
                })[] & {
                    [K in string | symbol]: never
                };
                revoteLockingPeriod?: string | number | Long & {
                    high: number;
                    low: number;
                    unsigned: boolean;
                    add(addend): Long;
                    and(other): Long;
                    clz(): number;
                    comp(other): number;
                    compare(other): number;
                    countLeadingZeros(): number;
                    countTrailingZeros(): number;
                    ctz(): number;
                    div(divisor): Long;
                    divide(divisor): Long;
                    eq(other): boolean;
                    equals(other): boolean;
                    eqz(): boolean;
                    ge(other): boolean;
                    getHighBits(): number;
                    getHighBitsUnsigned(): number;
                    getLowBits(): number;
                    getLowBitsUnsigned(): number;
                    getNumBitsAbs(): number;
                    greaterThan(other): boolean;
                    greaterThanOrEqual(other): boolean;
                    gt(other): boolean;
                    gte(other): boolean;
                    isEven(): boolean;
                    isNegative(): boolean;
                    isOdd(): boolean;
                    isPositive(): boolean;
                    isZero(): boolean;
                    le(other): boolean;
                    lessThan(other): boolean;
                    lessThanOrEqual(other): boolean;
                    lt(other): boolean;
                    lte(other): boolean;
                    mod(other): Long;
                    modulo(other): Long;
                    mul(multiplier): Long;
                    multiply(multiplier): Long;
                    ne(other): boolean;
                    neg(): Long;
                    negate(): Long;
                    neq(other): boolean;
                    not(): Long;
                    notEquals(other): boolean;
                    or(other): Long;
                    rem(other): Long;
                    rotateLeft(numBits): Long;
                    rotateRight(numBits): Long;
                    rotl(numBits): Long;
                    rotr(numBits): Long;
                    shiftLeft(numBits): Long;
                    shiftRight(numBits): Long;
                    shiftRightUnsigned(numBits): Long;
                    shl(numBits): Long;
                    shr(numBits): Long;
                    shr_u(numBits): Long;
                    shru(numBits): Long;
                    sub(subtrahend): Long;
                    subtract(subtrahend): Long;
                    toBytes(le?): number[];
                    toBytesBE(): number[];
                    toBytesLE(): number[];
                    toInt(): number;
                    toNumber(): number;
                    toSigned(): Long;
                    toString(radix?): string;
                    toUnsigned(): Long;
                    xor(other): Long;
                } & {
                    [K in string | number | symbol]: never
                };
                tokenCode?: Uint8Array;
                transferLimit?: string | number | Long & {
                    high: number;
                    low: number;
                    unsigned: boolean;
                    add(addend): Long;
                    and(other): Long;
                    clz(): number;
                    comp(other): number;
                    compare(other): number;
                    countLeadingZeros(): number;
                    countTrailingZeros(): number;
                    ctz(): number;
                    div(divisor): Long;
                    divide(divisor): Long;
                    eq(other): boolean;
                    equals(other): boolean;
                    eqz(): boolean;
                    ge(other): boolean;
                    getHighBits(): number;
                    getHighBitsUnsigned(): number;
                    getLowBits(): number;
                    getLowBitsUnsigned(): number;
                    getNumBitsAbs(): number;
                    greaterThan(other): boolean;
                    greaterThanOrEqual(other): boolean;
                    gt(other): boolean;
                    gte(other): boolean;
                    isEven(): boolean;
                    isNegative(): boolean;
                    isOdd(): boolean;
                    isPositive(): boolean;
                    isZero(): boolean;
                    le(other): boolean;
                    lessThan(other): boolean;
                    lessThanOrEqual(other): boolean;
                    lt(other): boolean;
                    lte(other): boolean;
                    mod(other): Long;
                    modulo(other): Long;
                    mul(multiplier): Long;
                    multiply(multiplier): Long;
                    ne(other): boolean;
                    neg(): Long;
                    negate(): Long;
                    neq(other): boolean;
                    not(): Long;
                    notEquals(other): boolean;
                    or(other): Long;
                    rem(other): Long;
                    rotateLeft(numBits): Long;
                    rotateRight(numBits): Long;
                    rotl(numBits): Long;
                    rotr(numBits): Long;
                    shiftLeft(numBits): Long;
                    shiftRight(numBits): Long;
                    shiftRightUnsigned(numBits): Long;
                    shl(numBits): Long;
                    shr(numBits): Long;
                    shr_u(numBits): Long;
                    shru(numBits): Long;
                    sub(subtrahend): Long;
                    subtract(subtrahend): Long;
                    toBytes(le?): number[];
                    toBytesBE(): number[];
                    toBytesLE(): number[];
                    toInt(): number;
                    toNumber(): number;
                    toSigned(): Long;
                    toString(radix?): string;
                    toUnsigned(): Long;
                    xor(other): Long;
                } & {
                    [K in string | number | symbol]: never
                };
                votingGracePeriod?: string | number | Long & {
                    high: number;
                    low: number;
                    unsigned: boolean;
                    add(addend): Long;
                    and(other): Long;
                    clz(): number;
                    comp(other): number;
                    compare(other): number;
                    countLeadingZeros(): number;
                    countTrailingZeros(): number;
                    ctz(): number;
                    div(divisor): Long;
                    divide(divisor): Long;
                    eq(other): boolean;
                    equals(other): boolean;
                    eqz(): boolean;
                    ge(other): boolean;
                    getHighBits(): number;
                    getHighBitsUnsigned(): number;
                    getLowBits(): number;
                    getLowBitsUnsigned(): number;
                    getNumBitsAbs(): number;
                    greaterThan(other): boolean;
                    greaterThanOrEqual(other): boolean;
                    gt(other): boolean;
                    gte(other): boolean;
                    isEven(): boolean;
                    isNegative(): boolean;
                    isOdd(): boolean;
                    isPositive(): boolean;
                    isZero(): boolean;
                    le(other): boolean;
                    lessThan(other): boolean;
                    lessThanOrEqual(other): boolean;
                    lt(other): boolean;
                    lte(other): boolean;
                    mod(other): Long;
                    modulo(other): Long;
                    mul(multiplier): Long;
                    multiply(multiplier): Long;
                    ne(other): boolean;
                    neg(): Long;
                    negate(): Long;
                    neq(other): boolean;
                    not(): Long;
                    notEquals(other): boolean;
                    or(other): Long;
                    rem(other): Long;
                    rotateLeft(numBits): Long;
                    rotateRight(numBits): Long;
                    rotl(numBits): Long;
                    rotr(numBits): Long;
                    shiftLeft(numBits): Long;
                    shiftRight(numBits): Long;
                    shiftRightUnsigned(numBits): Long;
                    shl(numBits): Long;
                    shr(numBits): Long;
                    shr_u(numBits): Long;
                    shru(numBits): Long;
                    sub(subtrahend): Long;
                    subtract(subtrahend): Long;
                    toBytes(le?): number[];
                    toBytesBE(): number[];
                    toBytesLE(): number[];
                    toInt(): number;
                    toNumber(): number;
                    toSigned(): Long;
                    toString(radix?): string;
                    toUnsigned(): Long;
                    xor(other): Long;
                } & {
                    [K in string | number | symbol]: never
                };
                votingThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                } & {
                    denominator?: string | number | (...) & (...) & (...);
                    numerator?: string | number | (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
            tokens?: {
                asset?: string;
                burnerCode?: Uint8Array;
                chainId?: Uint8Array;
                details?: {
                    capacity?: Uint8Array;
                    decimals?: number;
                    symbol?: string;
                    tokenName?: string;
                };
                isExternal?: boolean;
                status?: Status;
                tokenAddress?: string;
                txHash?: string;
            }[] & ({
                asset?: string;
                burnerCode?: Uint8Array;
                chainId?: Uint8Array;
                details?: {
                    capacity?: (...) | (...);
                    decimals?: (...) | (...);
                    symbol?: (...) | (...);
                    tokenName?: (...) | (...);
                };
                isExternal?: boolean;
                status?: Status;
                tokenAddress?: string;
                txHash?: string;
            } & {
                asset?: string;
                burnerCode?: Uint8Array;
                chainId?: Uint8Array;
                details?: {
                    capacity?: ...;
                    decimals?: ...;
                    symbol?: ...;
                    tokenName?: ...;
                } & {
                    capacity?: ...;
                    decimals?: ...;
                    symbol?: ...;
                    tokenName?: ...;
                } & {
                    [K in (...)]: (...)
                };
                isExternal?: boolean;
                status?: Status;
                tokenAddress?: string;
                txHash?: string;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • object: I

      Returns GenesisState_Chain

  • toJSON:function

Generated using TypeDoc