Variable ChainStateResponse
Type declaration
create:function
- create<I>(base?): ChainStateResponse
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
}
decode:function
- decode(input, length?): ChainStateResponse
Parameters
- input: Uint8Array | Reader
Optional
length: number
encode:function
- encode(message, writer?): Writer
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): ChainStateResponse
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
}
toJSON:function
- toJSON(message): unknown
Returns unknown