Params: { create<I>(base?): Params; decode(input,
length?): Params; encode(message,
writer?): Writer; fromJSON(object): Params; fromPartial<I>(object): Params; toJSON(message): unknown; } Type declaration
create:function
- create<I>(base?): Params
Type Parameters
- I extends {
externalMultisigThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
heartbeatPeriodInBlocks?: string | number | Long;
keyRequirements?: {
keyRole?: KeyRole;
keyShareDistributionPolicy?: KeyShareDistributionPolicy;
keyType?: KeyType;
keygenTimeout?: string | number | Long;
keygenVotingThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
maxTotalShareCount?: string | number | Long;
minKeygenThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
minTotalShareCount?: string | number | Long;
safetyThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
signTimeout?: string | number | Long;
signVotingThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
}[];
maxMissedBlocksPerWindow?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
maxSignQueueSize?: string | number | Long;
maxSimultaneousSignShares?: string | number | Long;
suspendDurationInBlocks?: string | number | Long;
tssSignedBlocksWindow?: string | number | Long;
unbondingLockingKeyRotationCount?: string | number | Long;
} & {
externalMultisigThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
} & {
denominator?: 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
};
numerator?: 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
};
} & {
[K in string | number | symbol]: never
};
heartbeatPeriodInBlocks?: 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
};
keyRequirements?: {
keyRole?: KeyRole;
keyShareDistributionPolicy?: KeyShareDistributionPolicy;
keyType?: KeyType;
keygenTimeout?: string | number | Long;
keygenVotingThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
maxTotalShareCount?: string | number | Long;
minKeygenThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
minTotalShareCount?: string | number | Long;
safetyThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
signTimeout?: string | number | Long;
signVotingThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
}[] & ({
keyRole?: KeyRole;
keyShareDistributionPolicy?: KeyShareDistributionPolicy;
keyType?: KeyType;
keygenTimeout?: string | number | Long;
keygenVotingThreshold?: {
denominator?: (...) | (...) | (...) | (...);
numerator?: (...) | (...) | (...) | (...);
};
maxTotalShareCount?: string | number | Long;
minKeygenThreshold?: {
denominator?: (...) | (...) | (...) | (...);
numerator?: (...) | (...) | (...) | (...);
};
minTotalShareCount?: string | number | Long;
safetyThreshold?: {
denominator?: (...) | (...) | (...) | (...);
numerator?: (...) | (...) | (...) | (...);
};
signTimeout?: string | number | Long;
signVotingThreshold?: {
denominator?: (...) | (...) | (...) | (...);
numerator?: (...) | (...) | (...) | (...);
};
} & {
keyRole?: KeyRole;
keyShareDistributionPolicy?: KeyShareDistributionPolicy;
keyType?: KeyType;
keygenTimeout?: 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 (...)]: (...)
};
keygenVotingThreshold?: {
denominator?: ...;
numerator?: ...;
} & {
denominator?: ...;
numerator?: ...;
} & {
[K in (...)]: (...)
};
maxTotalShareCount?: 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 (...)]: (...)
};
minKeygenThreshold?: {
denominator?: ...;
numerator?: ...;
} & {
denominator?: ...;
numerator?: ...;
} & {
[K in (...)]: (...)
};
minTotalShareCount?: 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 (...)]: (...)
};
safetyThreshold?: {
denominator?: ...;
numerator?: ...;
} & {
denominator?: ...;
numerator?: ...;
} & {
[K in (...)]: (...)
};
signTimeout?: 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 (...)]: (...)
};
signVotingThreshold?: {
denominator?: ...;
numerator?: ...;
} & {
denominator?: ...;
numerator?: ...;
} & {
[K in (...)]: (...)
};
} & {
[K in string | number | symbol]: never
})[] & {
[K in string | symbol]: never
};
maxMissedBlocksPerWindow?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
} & {
denominator?: 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
};
numerator?: 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
};
} & {
[K in string | number | symbol]: never
};
maxSignQueueSize?: 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
};
maxSimultaneousSignShares?: 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
};
suspendDurationInBlocks?: 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
};
tssSignedBlocksWindow?: 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
};
unbondingLockingKeyRotationCount?: 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
};
} & {
[K in string | number | symbol]: never
}
decode:function
- decode(input, length?): Params
Parameters
- input: Uint8Array | Reader
Optional
length: number
encode:function
- encode(message, writer?): Writer
Parameters
- message: Params
- writer: Writer = ...
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): Params
Type Parameters
- I extends {
externalMultisigThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
heartbeatPeriodInBlocks?: string | number | Long;
keyRequirements?: {
keyRole?: KeyRole;
keyShareDistributionPolicy?: KeyShareDistributionPolicy;
keyType?: KeyType;
keygenTimeout?: string | number | Long;
keygenVotingThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
maxTotalShareCount?: string | number | Long;
minKeygenThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
minTotalShareCount?: string | number | Long;
safetyThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
signTimeout?: string | number | Long;
signVotingThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
}[];
maxMissedBlocksPerWindow?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
maxSignQueueSize?: string | number | Long;
maxSimultaneousSignShares?: string | number | Long;
suspendDurationInBlocks?: string | number | Long;
tssSignedBlocksWindow?: string | number | Long;
unbondingLockingKeyRotationCount?: string | number | Long;
} & {
externalMultisigThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
} & {
denominator?: 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
};
numerator?: 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
};
} & {
[K in string | number | symbol]: never
};
heartbeatPeriodInBlocks?: 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
};
keyRequirements?: {
keyRole?: KeyRole;
keyShareDistributionPolicy?: KeyShareDistributionPolicy;
keyType?: KeyType;
keygenTimeout?: string | number | Long;
keygenVotingThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
maxTotalShareCount?: string | number | Long;
minKeygenThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
minTotalShareCount?: string | number | Long;
safetyThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
signTimeout?: string | number | Long;
signVotingThreshold?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
};
}[] & ({
keyRole?: KeyRole;
keyShareDistributionPolicy?: KeyShareDistributionPolicy;
keyType?: KeyType;
keygenTimeout?: string | number | Long;
keygenVotingThreshold?: {
denominator?: (...) | (...) | (...) | (...);
numerator?: (...) | (...) | (...) | (...);
};
maxTotalShareCount?: string | number | Long;
minKeygenThreshold?: {
denominator?: (...) | (...) | (...) | (...);
numerator?: (...) | (...) | (...) | (...);
};
minTotalShareCount?: string | number | Long;
safetyThreshold?: {
denominator?: (...) | (...) | (...) | (...);
numerator?: (...) | (...) | (...) | (...);
};
signTimeout?: string | number | Long;
signVotingThreshold?: {
denominator?: (...) | (...) | (...) | (...);
numerator?: (...) | (...) | (...) | (...);
};
} & {
keyRole?: KeyRole;
keyShareDistributionPolicy?: KeyShareDistributionPolicy;
keyType?: KeyType;
keygenTimeout?: 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 (...)]: (...)
};
keygenVotingThreshold?: {
denominator?: ...;
numerator?: ...;
} & {
denominator?: ...;
numerator?: ...;
} & {
[K in (...)]: (...)
};
maxTotalShareCount?: 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 (...)]: (...)
};
minKeygenThreshold?: {
denominator?: ...;
numerator?: ...;
} & {
denominator?: ...;
numerator?: ...;
} & {
[K in (...)]: (...)
};
minTotalShareCount?: 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 (...)]: (...)
};
safetyThreshold?: {
denominator?: ...;
numerator?: ...;
} & {
denominator?: ...;
numerator?: ...;
} & {
[K in (...)]: (...)
};
signTimeout?: 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 (...)]: (...)
};
signVotingThreshold?: {
denominator?: ...;
numerator?: ...;
} & {
denominator?: ...;
numerator?: ...;
} & {
[K in (...)]: (...)
};
} & {
[K in string | number | symbol]: never
})[] & {
[K in string | symbol]: never
};
maxMissedBlocksPerWindow?: {
denominator?: string | number | Long;
numerator?: string | number | Long;
} & {
denominator?: 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
};
numerator?: 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
};
} & {
[K in string | number | symbol]: never
};
maxSignQueueSize?: 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
};
maxSimultaneousSignShares?: 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
};
suspendDurationInBlocks?: 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
};
tssSignedBlocksWindow?: 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
};
unbondingLockingKeyRotationCount?: 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
};
} & {
[K in string | number | symbol]: never
}
toJSON:function
- toJSON(message): unknown
Returns unknown