UnbondingDelegation: {
    create<I>(base?): UnbondingDelegation;
    decode(input, length?): UnbondingDelegation;
    encode(message, writer?): Writer;
    fromJSON(object): UnbondingDelegation;
    fromPartial<I>(object): UnbondingDelegation;
    toJSON(message): unknown;
}

Type declaration

  • create:function
    • 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
        }

      Parameters

      • Optional base: I

      Returns UnbondingDelegation

  • decode:function
  • encode:function
  • fromJSON:function
  • fromPartial:function
    • 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
        }

      Parameters

      • object: I

      Returns UnbondingDelegation

  • toJSON:function

Generated using TypeDoc