Variable UnbondingDelegation
Type declaration
create:function
- create<I>(base?): UnbondingDelegation
Type Parameters
- I extends {
delegatorAddress?: string;
entries?: {
balance?: string;
completionTime?: Date;
creationHeight?: string | number | Long;
initialBalance?: string;
}[];
validatorAddress?: string;
} & {
delegatorAddress?: string;
entries?: {
balance?: string;
completionTime?: Date;
creationHeight?: string | number | Long;
initialBalance?: string;
}[] & ({
balance?: string;
completionTime?: Date;
creationHeight?: string | number | Long;
initialBalance?: string;
} & {
balance?: string;
completionTime?: Date;
creationHeight?: 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 (...)]: (...)
};
initialBalance?: string;
} & {
[K in string | number | symbol]: never
})[] & {
[K in string | symbol]: never
};
validatorAddress?: string;
} & {
[K in string | number | symbol]: never
}
decode:function
- decode(input, length?): UnbondingDelegation
Parameters
- input: Uint8Array | Reader
Optional
length: number
encode:function
- encode(message, writer?): Writer
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): UnbondingDelegation
Type Parameters
- I extends {
delegatorAddress?: string;
entries?: {
balance?: string;
completionTime?: Date;
creationHeight?: string | number | Long;
initialBalance?: string;
}[];
validatorAddress?: string;
} & {
delegatorAddress?: string;
entries?: {
balance?: string;
completionTime?: Date;
creationHeight?: string | number | Long;
initialBalance?: string;
}[] & ({
balance?: string;
completionTime?: Date;
creationHeight?: string | number | Long;
initialBalance?: string;
} & {
balance?: string;
completionTime?: Date;
creationHeight?: 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 (...)]: (...)
};
initialBalance?: string;
} & {
[K in string | number | symbol]: never
})[] & {
[K in string | symbol]: never
};
validatorAddress?: string;
} & {
[K in string | number | symbol]: never
}
toJSON:function
- toJSON(message): unknown
Returns unknown