Variable AddCosmosBasedChainRequest
Type declaration
create:function
- create<I>(base?): AddCosmosBasedChainRequest
Type Parameters
- I extends {
addrPrefix?: string;
chain?: {
keyType?: KeyType;
module?: string;
name?: string;
supportsForeignAssets?: boolean;
};
cosmosChain?: string;
ibcPath?: string;
nativeAssets?: {
denom?: string;
isNativeAsset?: boolean;
}[];
sender?: Uint8Array;
} & {
addrPrefix?: string;
chain?: {
keyType?: KeyType;
module?: string;
name?: string;
supportsForeignAssets?: boolean;
} & {
keyType?: KeyType;
module?: string;
name?: string;
supportsForeignAssets?: boolean;
} & {
[K in string | number | symbol]: never
};
cosmosChain?: string;
ibcPath?: string;
nativeAssets?: {
denom?: string;
isNativeAsset?: boolean;
}[] & ({
denom?: string;
isNativeAsset?: boolean;
} & {
denom?: string;
isNativeAsset?: boolean;
} & {
[K in string | number | symbol]: never
})[] & {
[K in string | symbol]: never
};
sender?: Uint8Array;
} & {
[K in string | number | symbol]: never
}
decode:function
encode:function
- encode(message, writer?): Writer
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): AddCosmosBasedChainRequest
Type Parameters
- I extends {
addrPrefix?: string;
chain?: {
keyType?: KeyType;
module?: string;
name?: string;
supportsForeignAssets?: boolean;
};
cosmosChain?: string;
ibcPath?: string;
nativeAssets?: {
denom?: string;
isNativeAsset?: boolean;
}[];
sender?: Uint8Array;
} & {
addrPrefix?: string;
chain?: {
keyType?: KeyType;
module?: string;
name?: string;
supportsForeignAssets?: boolean;
} & {
keyType?: KeyType;
module?: string;
name?: string;
supportsForeignAssets?: boolean;
} & {
[K in string | number | symbol]: never
};
cosmosChain?: string;
ibcPath?: string;
nativeAssets?: {
denom?: string;
isNativeAsset?: boolean;
}[] & ({
denom?: string;
isNativeAsset?: boolean;
} & {
denom?: string;
isNativeAsset?: boolean;
} & {
[K in string | number | symbol]: never
})[] & {
[K in string | symbol]: never
};
sender?: Uint8Array;
} & {
[K in string | number | symbol]: never
}
toJSON:function
- toJSON(message): unknown
Returns unknown