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

Type declaration

  • create:function
    • Type Parameters

      • I extends {
            chainStates?: {
                activated?: boolean;
                assets?: {
                    denom?: string;
                    isNativeAsset?: boolean;
                }[];
                chain?: {
                    keyType?: KeyType;
                    module?: string;
                    name?: string;
                    supportsForeignAssets?: boolean;
                };
                maintainerStates?: {
                    address?: Uint8Array;
                    chain?: string;
                    incorrectVotes?: {
                        trueCountCache?: ...;
                    };
                    missingVotes?: {
                        trueCountCache?: ...;
                    };
                }[];
            }[];
            chains?: {
                keyType?: KeyType;
                module?: string;
                name?: string;
                supportsForeignAssets?: boolean;
            }[];
            fee?: {
                coins?: {
                    amount?: string;
                    denom?: string;
                }[];
            };
            feeInfos?: {
                asset?: string;
                chain?: string;
                feeRate?: Uint8Array;
                maxFee?: Uint8Array;
                minFee?: Uint8Array;
            }[];
            linkedAddresses?: {
                depositAddress?: {
                    address?: string;
                    chain?: {
                        keyType?: (...) | (...);
                        module?: (...) | (...);
                        name?: (...) | (...);
                        supportsForeignAssets?: (...) | (...) | (...);
                    };
                };
                recipientAddress?: {
                    address?: string;
                    chain?: {
                        keyType?: (...) | (...);
                        module?: (...) | (...);
                        name?: (...) | (...);
                        supportsForeignAssets?: (...) | (...) | (...);
                    };
                };
            }[];
            messageNonce?: string | number | Long;
            messages?: {
                asset?: {
                    amount?: string;
                    denom?: string;
                };
                id?: string;
                payloadHash?: Uint8Array;
                recipient?: {
                    address?: string;
                    chain?: {
                        keyType?: (...) | (...);
                        module?: (...) | (...);
                        name?: (...) | (...);
                        supportsForeignAssets?: (...) | (...) | (...);
                    };
                };
                sender?: {
                    address?: string;
                    chain?: {
                        keyType?: (...) | (...);
                        module?: (...) | (...);
                        name?: (...) | (...);
                        supportsForeignAssets?: (...) | (...) | (...);
                    };
                };
                sourceTxId?: Uint8Array;
                sourceTxIndex?: string | number | Long;
                status?: GeneralMessage_Status;
            }[];
            nonce?: string | number | Long;
            params?: {
                chainActivationThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
                chainMaintainerCheckWindow?: number;
                chainMaintainerIncorrectVoteThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
                chainMaintainerMissingVoteThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
                gateway?: Uint8Array;
            };
            rateLimits?: {
                chain?: string;
                limit?: {
                    amount?: string;
                    denom?: string;
                };
                window?: {
                    nanos?: number;
                    seconds?: string | number | Long;
                };
            }[];
            transferEpochs?: {
                amount?: {
                    amount?: string;
                    denom?: string;
                };
                chain?: string;
                direction?: TransferDirection;
                epoch?: string | number | Long;
            }[];
            transfers?: {
                asset?: {
                    amount?: string;
                    denom?: string;
                };
                id?: string | number | Long;
                recipient?: {
                    address?: string;
                    chain?: {
                        keyType?: (...) | (...);
                        module?: (...) | (...);
                        name?: (...) | (...);
                        supportsForeignAssets?: (...) | (...) | (...);
                    };
                };
                state?: TransferState;
            }[];
        } & {
            chainStates?: {
                activated?: boolean;
                assets?: {
                    denom?: (...) | (...);
                    isNativeAsset?: (...) | (...) | (...);
                }[];
                chain?: {
                    keyType?: KeyType;
                    module?: string;
                    name?: string;
                    supportsForeignAssets?: boolean;
                };
                maintainerStates?: {
                    address?: (...) | (...);
                    chain?: (...) | (...);
                    incorrectVotes?: (...) | (...);
                    missingVotes?: (...) | (...);
                }[];
            }[] & ({
                activated?: boolean;
                assets?: {
                    denom?: ...;
                    isNativeAsset?: ...;
                }[];
                chain?: {
                    keyType?: (...) | (...);
                    module?: (...) | (...);
                    name?: (...) | (...);
                    supportsForeignAssets?: (...) | (...) | (...);
                };
                maintainerStates?: {
                    address?: ...;
                    chain?: ...;
                    incorrectVotes?: ...;
                    missingVotes?: ...;
                }[];
            } & {
                activated?: boolean;
                assets?: (...)[] & (...)[] & {
                    [K in (...)]: (...)
                };
                chain?: {
                    keyType?: ...;
                    module?: ...;
                    name?: ...;
                    supportsForeignAssets?: ...;
                } & {
                    keyType?: ...;
                    module?: ...;
                    name?: ...;
                    supportsForeignAssets?: ...;
                } & {
                    [K in (...)]: (...)
                };
                maintainerStates?: (...)[] & (...)[] & {
                    [K in (...)]: (...)
                };
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            chains?: {
                keyType?: KeyType;
                module?: string;
                name?: string;
                supportsForeignAssets?: boolean;
            }[] & ({
                keyType?: KeyType;
                module?: string;
                name?: string;
                supportsForeignAssets?: boolean;
            } & {
                keyType?: KeyType;
                module?: string;
                name?: string;
                supportsForeignAssets?: boolean;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            fee?: {
                coins?: {
                    amount?: string;
                    denom?: string;
                }[];
            } & {
                coins?: {
                    amount?: (...) | (...);
                    denom?: (...) | (...);
                }[] & ({
                    amount?: ...;
                    denom?: ...;
                } & {
                    amount?: ...;
                    denom?: ...;
                } & {
                    [K in (...)]: (...)
                })[] & {
                    [K in string | symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
            feeInfos?: {
                asset?: string;
                chain?: string;
                feeRate?: Uint8Array;
                maxFee?: Uint8Array;
                minFee?: Uint8Array;
            }[] & ({
                asset?: string;
                chain?: string;
                feeRate?: Uint8Array;
                maxFee?: Uint8Array;
                minFee?: Uint8Array;
            } & {
                asset?: string;
                chain?: string;
                feeRate?: Uint8Array;
                maxFee?: Uint8Array;
                minFee?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            linkedAddresses?: {
                depositAddress?: {
                    address?: string;
                    chain?: {
                        keyType?: ...;
                        module?: ...;
                        name?: ...;
                        supportsForeignAssets?: ...;
                    };
                };
                recipientAddress?: {
                    address?: string;
                    chain?: {
                        keyType?: ...;
                        module?: ...;
                        name?: ...;
                        supportsForeignAssets?: ...;
                    };
                };
            }[] & ({
                depositAddress?: {
                    address?: (...) | (...);
                    chain?: (...) | (...);
                };
                recipientAddress?: {
                    address?: (...) | (...);
                    chain?: (...) | (...);
                };
            } & {
                depositAddress?: {
                    address?: ...;
                    chain?: ...;
                } & {
                    address?: ...;
                    chain?: ...;
                } & {
                    [K in (...)]: (...)
                };
                recipientAddress?: {
                    address?: ...;
                    chain?: ...;
                } & {
                    address?: ...;
                    chain?: ...;
                } & {
                    [K in (...)]: (...)
                };
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            messageNonce?: 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
            };
            messages?: {
                asset?: {
                    amount?: string;
                    denom?: string;
                };
                id?: string;
                payloadHash?: Uint8Array;
                recipient?: {
                    address?: string;
                    chain?: {
                        keyType?: ...;
                        module?: ...;
                        name?: ...;
                        supportsForeignAssets?: ...;
                    };
                };
                sender?: {
                    address?: string;
                    chain?: {
                        keyType?: ...;
                        module?: ...;
                        name?: ...;
                        supportsForeignAssets?: ...;
                    };
                };
                sourceTxId?: Uint8Array;
                sourceTxIndex?: string | number | Long;
                status?: GeneralMessage_Status;
            }[] & ({
                asset?: {
                    amount?: (...) | (...);
                    denom?: (...) | (...);
                };
                id?: string;
                payloadHash?: Uint8Array;
                recipient?: {
                    address?: (...) | (...);
                    chain?: (...) | (...);
                };
                sender?: {
                    address?: (...) | (...);
                    chain?: (...) | (...);
                };
                sourceTxId?: Uint8Array;
                sourceTxIndex?: string | number | Long;
                status?: GeneralMessage_Status;
            } & {
                asset?: {
                    amount?: ...;
                    denom?: ...;
                } & {
                    amount?: ...;
                    denom?: ...;
                } & {
                    [K in (...)]: (...)
                };
                id?: string;
                payloadHash?: Uint8Array;
                recipient?: {
                    address?: ...;
                    chain?: ...;
                } & {
                    address?: ...;
                    chain?: ...;
                } & {
                    [K in (...)]: (...)
                };
                sender?: {
                    address?: ...;
                    chain?: ...;
                } & {
                    address?: ...;
                    chain?: ...;
                } & {
                    [K in (...)]: (...)
                };
                sourceTxId?: Uint8Array;
                sourceTxIndex?: 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 (...)]: (...)
                };
                status?: GeneralMessage_Status;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            nonce?: 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
            };
            params?: {
                chainActivationThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
                chainMaintainerCheckWindow?: number;
                chainMaintainerIncorrectVoteThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
                chainMaintainerMissingVoteThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
                gateway?: Uint8Array;
            } & {
                chainActivationThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                } & {
                    denominator?: string | number | (...) & (...) & (...);
                    numerator?: string | number | (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
                chainMaintainerCheckWindow?: number;
                chainMaintainerIncorrectVoteThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                } & {
                    denominator?: string | number | (...) & (...) & (...);
                    numerator?: string | number | (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
                chainMaintainerMissingVoteThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                } & {
                    denominator?: string | number | (...) & (...) & (...);
                    numerator?: string | number | (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
                gateway?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            };
            rateLimits?: {
                chain?: string;
                limit?: {
                    amount?: string;
                    denom?: string;
                };
                window?: {
                    nanos?: number;
                    seconds?: string | number | Long;
                };
            }[] & ({
                chain?: string;
                limit?: {
                    amount?: (...) | (...);
                    denom?: (...) | (...);
                };
                window?: {
                    nanos?: (...) | (...);
                    seconds?: (...) | (...) | (...) | (...);
                };
            } & {
                chain?: string;
                limit?: {
                    amount?: ...;
                    denom?: ...;
                } & {
                    amount?: ...;
                    denom?: ...;
                } & {
                    [K in (...)]: (...)
                };
                window?: {
                    nanos?: ...;
                    seconds?: ...;
                } & {
                    nanos?: ...;
                    seconds?: ...;
                } & {
                    [K in (...)]: (...)
                };
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            transferEpochs?: {
                amount?: {
                    amount?: string;
                    denom?: string;
                };
                chain?: string;
                direction?: TransferDirection;
                epoch?: string | number | Long;
            }[] & ({
                amount?: {
                    amount?: (...) | (...);
                    denom?: (...) | (...);
                };
                chain?: string;
                direction?: TransferDirection;
                epoch?: string | number | Long;
            } & {
                amount?: {
                    amount?: ...;
                    denom?: ...;
                } & {
                    amount?: ...;
                    denom?: ...;
                } & {
                    [K in (...)]: (...)
                };
                chain?: string;
                direction?: TransferDirection;
                epoch?: 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 (...)]: (...)
                };
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            transfers?: {
                asset?: {
                    amount?: string;
                    denom?: string;
                };
                id?: string | number | Long;
                recipient?: {
                    address?: string;
                    chain?: {
                        keyType?: ...;
                        module?: ...;
                        name?: ...;
                        supportsForeignAssets?: ...;
                    };
                };
                state?: TransferState;
            }[] & ({
                asset?: {
                    amount?: (...) | (...);
                    denom?: (...) | (...);
                };
                id?: string | number | Long;
                recipient?: {
                    address?: (...) | (...);
                    chain?: (...) | (...);
                };
                state?: TransferState;
            } & {
                asset?: {
                    amount?: ...;
                    denom?: ...;
                } & {
                    amount?: ...;
                    denom?: ...;
                } & {
                    [K in (...)]: (...)
                };
                id?: 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 (...)]: (...)
                };
                recipient?: {
                    address?: ...;
                    chain?: ...;
                } & {
                    address?: ...;
                    chain?: ...;
                } & {
                    [K in (...)]: (...)
                };
                state?: TransferState;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • Optional base: I

      Returns GenesisState

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

      • I extends {
            chainStates?: {
                activated?: boolean;
                assets?: {
                    denom?: string;
                    isNativeAsset?: boolean;
                }[];
                chain?: {
                    keyType?: KeyType;
                    module?: string;
                    name?: string;
                    supportsForeignAssets?: boolean;
                };
                maintainerStates?: {
                    address?: Uint8Array;
                    chain?: string;
                    incorrectVotes?: {
                        trueCountCache?: ...;
                    };
                    missingVotes?: {
                        trueCountCache?: ...;
                    };
                }[];
            }[];
            chains?: {
                keyType?: KeyType;
                module?: string;
                name?: string;
                supportsForeignAssets?: boolean;
            }[];
            fee?: {
                coins?: {
                    amount?: string;
                    denom?: string;
                }[];
            };
            feeInfos?: {
                asset?: string;
                chain?: string;
                feeRate?: Uint8Array;
                maxFee?: Uint8Array;
                minFee?: Uint8Array;
            }[];
            linkedAddresses?: {
                depositAddress?: {
                    address?: string;
                    chain?: {
                        keyType?: (...) | (...);
                        module?: (...) | (...);
                        name?: (...) | (...);
                        supportsForeignAssets?: (...) | (...) | (...);
                    };
                };
                recipientAddress?: {
                    address?: string;
                    chain?: {
                        keyType?: (...) | (...);
                        module?: (...) | (...);
                        name?: (...) | (...);
                        supportsForeignAssets?: (...) | (...) | (...);
                    };
                };
            }[];
            messageNonce?: string | number | Long;
            messages?: {
                asset?: {
                    amount?: string;
                    denom?: string;
                };
                id?: string;
                payloadHash?: Uint8Array;
                recipient?: {
                    address?: string;
                    chain?: {
                        keyType?: (...) | (...);
                        module?: (...) | (...);
                        name?: (...) | (...);
                        supportsForeignAssets?: (...) | (...) | (...);
                    };
                };
                sender?: {
                    address?: string;
                    chain?: {
                        keyType?: (...) | (...);
                        module?: (...) | (...);
                        name?: (...) | (...);
                        supportsForeignAssets?: (...) | (...) | (...);
                    };
                };
                sourceTxId?: Uint8Array;
                sourceTxIndex?: string | number | Long;
                status?: GeneralMessage_Status;
            }[];
            nonce?: string | number | Long;
            params?: {
                chainActivationThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
                chainMaintainerCheckWindow?: number;
                chainMaintainerIncorrectVoteThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
                chainMaintainerMissingVoteThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
                gateway?: Uint8Array;
            };
            rateLimits?: {
                chain?: string;
                limit?: {
                    amount?: string;
                    denom?: string;
                };
                window?: {
                    nanos?: number;
                    seconds?: string | number | Long;
                };
            }[];
            transferEpochs?: {
                amount?: {
                    amount?: string;
                    denom?: string;
                };
                chain?: string;
                direction?: TransferDirection;
                epoch?: string | number | Long;
            }[];
            transfers?: {
                asset?: {
                    amount?: string;
                    denom?: string;
                };
                id?: string | number | Long;
                recipient?: {
                    address?: string;
                    chain?: {
                        keyType?: (...) | (...);
                        module?: (...) | (...);
                        name?: (...) | (...);
                        supportsForeignAssets?: (...) | (...) | (...);
                    };
                };
                state?: TransferState;
            }[];
        } & {
            chainStates?: {
                activated?: boolean;
                assets?: {
                    denom?: (...) | (...);
                    isNativeAsset?: (...) | (...) | (...);
                }[];
                chain?: {
                    keyType?: KeyType;
                    module?: string;
                    name?: string;
                    supportsForeignAssets?: boolean;
                };
                maintainerStates?: {
                    address?: (...) | (...);
                    chain?: (...) | (...);
                    incorrectVotes?: (...) | (...);
                    missingVotes?: (...) | (...);
                }[];
            }[] & ({
                activated?: boolean;
                assets?: {
                    denom?: ...;
                    isNativeAsset?: ...;
                }[];
                chain?: {
                    keyType?: (...) | (...);
                    module?: (...) | (...);
                    name?: (...) | (...);
                    supportsForeignAssets?: (...) | (...) | (...);
                };
                maintainerStates?: {
                    address?: ...;
                    chain?: ...;
                    incorrectVotes?: ...;
                    missingVotes?: ...;
                }[];
            } & {
                activated?: boolean;
                assets?: (...)[] & (...)[] & {
                    [K in (...)]: (...)
                };
                chain?: {
                    keyType?: ...;
                    module?: ...;
                    name?: ...;
                    supportsForeignAssets?: ...;
                } & {
                    keyType?: ...;
                    module?: ...;
                    name?: ...;
                    supportsForeignAssets?: ...;
                } & {
                    [K in (...)]: (...)
                };
                maintainerStates?: (...)[] & (...)[] & {
                    [K in (...)]: (...)
                };
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            chains?: {
                keyType?: KeyType;
                module?: string;
                name?: string;
                supportsForeignAssets?: boolean;
            }[] & ({
                keyType?: KeyType;
                module?: string;
                name?: string;
                supportsForeignAssets?: boolean;
            } & {
                keyType?: KeyType;
                module?: string;
                name?: string;
                supportsForeignAssets?: boolean;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            fee?: {
                coins?: {
                    amount?: string;
                    denom?: string;
                }[];
            } & {
                coins?: {
                    amount?: (...) | (...);
                    denom?: (...) | (...);
                }[] & ({
                    amount?: ...;
                    denom?: ...;
                } & {
                    amount?: ...;
                    denom?: ...;
                } & {
                    [K in (...)]: (...)
                })[] & {
                    [K in string | symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
            feeInfos?: {
                asset?: string;
                chain?: string;
                feeRate?: Uint8Array;
                maxFee?: Uint8Array;
                minFee?: Uint8Array;
            }[] & ({
                asset?: string;
                chain?: string;
                feeRate?: Uint8Array;
                maxFee?: Uint8Array;
                minFee?: Uint8Array;
            } & {
                asset?: string;
                chain?: string;
                feeRate?: Uint8Array;
                maxFee?: Uint8Array;
                minFee?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            linkedAddresses?: {
                depositAddress?: {
                    address?: string;
                    chain?: {
                        keyType?: ...;
                        module?: ...;
                        name?: ...;
                        supportsForeignAssets?: ...;
                    };
                };
                recipientAddress?: {
                    address?: string;
                    chain?: {
                        keyType?: ...;
                        module?: ...;
                        name?: ...;
                        supportsForeignAssets?: ...;
                    };
                };
            }[] & ({
                depositAddress?: {
                    address?: (...) | (...);
                    chain?: (...) | (...);
                };
                recipientAddress?: {
                    address?: (...) | (...);
                    chain?: (...) | (...);
                };
            } & {
                depositAddress?: {
                    address?: ...;
                    chain?: ...;
                } & {
                    address?: ...;
                    chain?: ...;
                } & {
                    [K in (...)]: (...)
                };
                recipientAddress?: {
                    address?: ...;
                    chain?: ...;
                } & {
                    address?: ...;
                    chain?: ...;
                } & {
                    [K in (...)]: (...)
                };
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            messageNonce?: 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
            };
            messages?: {
                asset?: {
                    amount?: string;
                    denom?: string;
                };
                id?: string;
                payloadHash?: Uint8Array;
                recipient?: {
                    address?: string;
                    chain?: {
                        keyType?: ...;
                        module?: ...;
                        name?: ...;
                        supportsForeignAssets?: ...;
                    };
                };
                sender?: {
                    address?: string;
                    chain?: {
                        keyType?: ...;
                        module?: ...;
                        name?: ...;
                        supportsForeignAssets?: ...;
                    };
                };
                sourceTxId?: Uint8Array;
                sourceTxIndex?: string | number | Long;
                status?: GeneralMessage_Status;
            }[] & ({
                asset?: {
                    amount?: (...) | (...);
                    denom?: (...) | (...);
                };
                id?: string;
                payloadHash?: Uint8Array;
                recipient?: {
                    address?: (...) | (...);
                    chain?: (...) | (...);
                };
                sender?: {
                    address?: (...) | (...);
                    chain?: (...) | (...);
                };
                sourceTxId?: Uint8Array;
                sourceTxIndex?: string | number | Long;
                status?: GeneralMessage_Status;
            } & {
                asset?: {
                    amount?: ...;
                    denom?: ...;
                } & {
                    amount?: ...;
                    denom?: ...;
                } & {
                    [K in (...)]: (...)
                };
                id?: string;
                payloadHash?: Uint8Array;
                recipient?: {
                    address?: ...;
                    chain?: ...;
                } & {
                    address?: ...;
                    chain?: ...;
                } & {
                    [K in (...)]: (...)
                };
                sender?: {
                    address?: ...;
                    chain?: ...;
                } & {
                    address?: ...;
                    chain?: ...;
                } & {
                    [K in (...)]: (...)
                };
                sourceTxId?: Uint8Array;
                sourceTxIndex?: 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 (...)]: (...)
                };
                status?: GeneralMessage_Status;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            nonce?: 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
            };
            params?: {
                chainActivationThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
                chainMaintainerCheckWindow?: number;
                chainMaintainerIncorrectVoteThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
                chainMaintainerMissingVoteThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                };
                gateway?: Uint8Array;
            } & {
                chainActivationThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                } & {
                    denominator?: string | number | (...) & (...) & (...);
                    numerator?: string | number | (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
                chainMaintainerCheckWindow?: number;
                chainMaintainerIncorrectVoteThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                } & {
                    denominator?: string | number | (...) & (...) & (...);
                    numerator?: string | number | (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
                chainMaintainerMissingVoteThreshold?: {
                    denominator?: string | number | Long;
                    numerator?: string | number | Long;
                } & {
                    denominator?: string | number | (...) & (...) & (...);
                    numerator?: string | number | (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
                gateway?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            };
            rateLimits?: {
                chain?: string;
                limit?: {
                    amount?: string;
                    denom?: string;
                };
                window?: {
                    nanos?: number;
                    seconds?: string | number | Long;
                };
            }[] & ({
                chain?: string;
                limit?: {
                    amount?: (...) | (...);
                    denom?: (...) | (...);
                };
                window?: {
                    nanos?: (...) | (...);
                    seconds?: (...) | (...) | (...) | (...);
                };
            } & {
                chain?: string;
                limit?: {
                    amount?: ...;
                    denom?: ...;
                } & {
                    amount?: ...;
                    denom?: ...;
                } & {
                    [K in (...)]: (...)
                };
                window?: {
                    nanos?: ...;
                    seconds?: ...;
                } & {
                    nanos?: ...;
                    seconds?: ...;
                } & {
                    [K in (...)]: (...)
                };
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            transferEpochs?: {
                amount?: {
                    amount?: string;
                    denom?: string;
                };
                chain?: string;
                direction?: TransferDirection;
                epoch?: string | number | Long;
            }[] & ({
                amount?: {
                    amount?: (...) | (...);
                    denom?: (...) | (...);
                };
                chain?: string;
                direction?: TransferDirection;
                epoch?: string | number | Long;
            } & {
                amount?: {
                    amount?: ...;
                    denom?: ...;
                } & {
                    amount?: ...;
                    denom?: ...;
                } & {
                    [K in (...)]: (...)
                };
                chain?: string;
                direction?: TransferDirection;
                epoch?: 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 (...)]: (...)
                };
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
            transfers?: {
                asset?: {
                    amount?: string;
                    denom?: string;
                };
                id?: string | number | Long;
                recipient?: {
                    address?: string;
                    chain?: {
                        keyType?: ...;
                        module?: ...;
                        name?: ...;
                        supportsForeignAssets?: ...;
                    };
                };
                state?: TransferState;
            }[] & ({
                asset?: {
                    amount?: (...) | (...);
                    denom?: (...) | (...);
                };
                id?: string | number | Long;
                recipient?: {
                    address?: (...) | (...);
                    chain?: (...) | (...);
                };
                state?: TransferState;
            } & {
                asset?: {
                    amount?: ...;
                    denom?: ...;
                } & {
                    amount?: ...;
                    denom?: ...;
                } & {
                    [K in (...)]: (...)
                };
                id?: 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 (...)]: (...)
                };
                recipient?: {
                    address?: ...;
                    chain?: ...;
                } & {
                    address?: ...;
                    chain?: ...;
                } & {
                    [K in (...)]: (...)
                };
                state?: TransferState;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • object: I

      Returns GenesisState

  • toJSON:function

Generated using TypeDoc