Type declaration
create:function
- create<I>(base?): ChainState
Type Parameters
- I extends {
activated?: boolean;
assets?: {
denom?: string;
isNativeAsset?: boolean;
}[];
chain?: {
keyType?: KeyType;
module?: string;
name?: string;
supportsForeignAssets?: boolean;
};
maintainerStates?: {
address?: Uint8Array;
chain?: string;
incorrectVotes?: {
trueCountCache?: {
cumulativeValue?: (...) | (...);
index?: (...) | (...);
maxSize?: (...) | (...);
};
};
missingVotes?: {
trueCountCache?: {
cumulativeValue?: (...) | (...);
index?: (...) | (...);
maxSize?: (...) | (...);
};
};
}[];
} & {
activated?: boolean;
assets?: {
denom?: string;
isNativeAsset?: boolean;
}[] & ({
denom?: string;
isNativeAsset?: boolean;
} & {
denom?: string;
isNativeAsset?: boolean;
} & {
[K in string | number | symbol]: never
})[] & {
[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?: Uint8Array;
chain?: string;
incorrectVotes?: {
trueCountCache?: {
cumulativeValue?: ...;
index?: ...;
maxSize?: ...;
};
};
missingVotes?: {
trueCountCache?: {
cumulativeValue?: ...;
index?: ...;
maxSize?: ...;
};
};
}[] & ({
address?: Uint8Array;
chain?: string;
incorrectVotes?: {
trueCountCache?: (...) | (...);
};
missingVotes?: {
trueCountCache?: (...) | (...);
};
} & {
address?: Uint8Array;
chain?: string;
incorrectVotes?: {
trueCountCache?: ...;
} & {
trueCountCache?: ...;
} & {
[K in (...)]: (...)
};
missingVotes?: {
trueCountCache?: ...;
} & {
trueCountCache?: ...;
} & {
[K in (...)]: (...)
};
} & {
[K in string | number | symbol]: never
})[] & {
[K in string | symbol]: never
};
} & {
[K in string | number | symbol]: never
}
decode:function
- decode(input, length?): ChainState
Parameters
- input: Uint8Array | Reader
Optional
length: number
encode:function
- encode(message, writer?): Writer
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): ChainState
Type Parameters
- I extends {
activated?: boolean;
assets?: {
denom?: string;
isNativeAsset?: boolean;
}[];
chain?: {
keyType?: KeyType;
module?: string;
name?: string;
supportsForeignAssets?: boolean;
};
maintainerStates?: {
address?: Uint8Array;
chain?: string;
incorrectVotes?: {
trueCountCache?: {
cumulativeValue?: (...) | (...);
index?: (...) | (...);
maxSize?: (...) | (...);
};
};
missingVotes?: {
trueCountCache?: {
cumulativeValue?: (...) | (...);
index?: (...) | (...);
maxSize?: (...) | (...);
};
};
}[];
} & {
activated?: boolean;
assets?: {
denom?: string;
isNativeAsset?: boolean;
}[] & ({
denom?: string;
isNativeAsset?: boolean;
} & {
denom?: string;
isNativeAsset?: boolean;
} & {
[K in string | number | symbol]: never
})[] & {
[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?: Uint8Array;
chain?: string;
incorrectVotes?: {
trueCountCache?: {
cumulativeValue?: ...;
index?: ...;
maxSize?: ...;
};
};
missingVotes?: {
trueCountCache?: {
cumulativeValue?: ...;
index?: ...;
maxSize?: ...;
};
};
}[] & ({
address?: Uint8Array;
chain?: string;
incorrectVotes?: {
trueCountCache?: (...) | (...);
};
missingVotes?: {
trueCountCache?: (...) | (...);
};
} & {
address?: Uint8Array;
chain?: string;
incorrectVotes?: {
trueCountCache?: ...;
} & {
trueCountCache?: ...;
} & {
[K in (...)]: (...)
};
missingVotes?: {
trueCountCache?: ...;
} & {
trueCountCache?: ...;
} & {
[K in (...)]: (...)
};
} & {
[K in string | number | symbol]: never
})[] & {
[K in string | symbol]: never
};
} & {
[K in string | number | symbol]: never
}
toJSON:function
- toJSON(message): unknown
Returns unknown