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

Type declaration

  • create:function
    • Type Parameters

      • I extends {
            state?: {
                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?: (...) | (...);
                    };
                }[];
            };
        } & {
            state?: {
                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?: ...;
                    };
                }[];
            } & {
                activated?: boolean;
                assets?: {
                    denom?: (...) | (...);
                    isNativeAsset?: (...) | (...) | (...);
                }[] & ({
                    denom?: ...;
                    isNativeAsset?: ...;
                } & {
                    denom?: ...;
                    isNativeAsset?: ...;
                } & {
                    [K in (...)]: (...)
                })[] & {
                    [K in string | symbol]: never
                };
                chain?: {
                    keyType?: KeyType;
                    module?: string;
                    name?: string;
                    supportsForeignAssets?: boolean;
                } & {
                    keyType?: KeyType;
                    module?: string;
                    name?: string;
                    supportsForeignAssets?: boolean;
                } & {
                    [K in string | number | symbol]: never
                };
                maintainerStates?: {
                    address?: (...) | (...);
                    chain?: (...) | (...);
                    incorrectVotes?: (...) | (...);
                    missingVotes?: (...) | (...);
                }[] & ({
                    address?: ...;
                    chain?: ...;
                    incorrectVotes?: ...;
                    missingVotes?: ...;
                } & {
                    address?: ...;
                    chain?: ...;
                    incorrectVotes?: ...;
                    missingVotes?: ...;
                } & {
                    [K in (...)]: (...)
                })[] & {
                    [K in string | symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • Optional base: I

      Returns ChainStateResponse

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

      • I extends {
            state?: {
                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?: (...) | (...);
                    };
                }[];
            };
        } & {
            state?: {
                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?: ...;
                    };
                }[];
            } & {
                activated?: boolean;
                assets?: {
                    denom?: (...) | (...);
                    isNativeAsset?: (...) | (...) | (...);
                }[] & ({
                    denom?: ...;
                    isNativeAsset?: ...;
                } & {
                    denom?: ...;
                    isNativeAsset?: ...;
                } & {
                    [K in (...)]: (...)
                })[] & {
                    [K in string | symbol]: never
                };
                chain?: {
                    keyType?: KeyType;
                    module?: string;
                    name?: string;
                    supportsForeignAssets?: boolean;
                } & {
                    keyType?: KeyType;
                    module?: string;
                    name?: string;
                    supportsForeignAssets?: boolean;
                } & {
                    [K in string | number | symbol]: never
                };
                maintainerStates?: {
                    address?: (...) | (...);
                    chain?: (...) | (...);
                    incorrectVotes?: (...) | (...);
                    missingVotes?: (...) | (...);
                }[] & ({
                    address?: ...;
                    chain?: ...;
                    incorrectVotes?: ...;
                    missingVotes?: ...;
                } & {
                    address?: ...;
                    chain?: ...;
                    incorrectVotes?: ...;
                    missingVotes?: ...;
                } & {
                    [K in (...)]: (...)
                })[] & {
                    [K in string | symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • object: I

      Returns ChainStateResponse

  • toJSON:function

Generated using TypeDoc