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

Type declaration

  • create:function
    • Type Parameters

      • I extends {
            chain?: string;
            events?: {
                chain?: string;
                contractCall?: {
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                };
                contractCallWithToken?: {
                    amount?: Uint8Array;
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                index?: string | number | Long;
                multisigOperatorshipTransferred?: {
                    newOperators?: Uint8Array[];
                    newThreshold?: Uint8Array;
                    newWeights?: Uint8Array[];
                };
                multisigOwnershipTransferred?: {
                    newOwners?: Uint8Array[];
                    newThreshold?: Uint8Array;
                    preOwners?: Uint8Array[];
                    prevThreshold?: Uint8Array;
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: string;
                    tokenAddress?: Uint8Array;
                };
                tokenSent?: {
                    amount?: Uint8Array;
                    destinationAddress?: string;
                    destinationChain?: string;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                transfer?: {
                    amount?: Uint8Array;
                    to?: Uint8Array;
                };
                txId?: Uint8Array;
            }[];
        } & {
            chain?: string;
            events?: {
                chain?: string;
                contractCall?: {
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                };
                contractCallWithToken?: {
                    amount?: Uint8Array;
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                index?: string | number | Long;
                multisigOperatorshipTransferred?: {
                    newOperators?: (...)[];
                    newThreshold?: Uint8Array;
                    newWeights?: (...)[];
                };
                multisigOwnershipTransferred?: {
                    newOwners?: (...)[];
                    newThreshold?: Uint8Array;
                    preOwners?: (...)[];
                    prevThreshold?: Uint8Array;
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: string;
                    tokenAddress?: Uint8Array;
                };
                tokenSent?: {
                    amount?: Uint8Array;
                    destinationAddress?: string;
                    destinationChain?: string;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                transfer?: {
                    amount?: Uint8Array;
                    to?: Uint8Array;
                };
                txId?: Uint8Array;
            }[] & ({
                chain?: string;
                contractCall?: {
                    contractAddress?: (...) | (...);
                    destinationChain?: (...) | (...);
                    payloadHash?: (...) | (...);
                    sender?: (...) | (...);
                };
                contractCallWithToken?: {
                    amount?: (...) | (...);
                    contractAddress?: (...) | (...);
                    destinationChain?: (...) | (...);
                    payloadHash?: (...) | (...);
                    sender?: (...) | (...);
                    symbol?: (...) | (...);
                };
                index?: string | number | Long;
                multisigOperatorshipTransferred?: {
                    newOperators?: (...) | (...);
                    newThreshold?: (...) | (...);
                    newWeights?: (...) | (...);
                };
                multisigOwnershipTransferred?: {
                    newOwners?: (...) | (...);
                    newThreshold?: (...) | (...);
                    preOwners?: (...) | (...);
                    prevThreshold?: (...) | (...);
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: (...) | (...);
                    tokenAddress?: (...) | (...);
                };
                tokenSent?: {
                    amount?: (...) | (...);
                    destinationAddress?: (...) | (...);
                    destinationChain?: (...) | (...);
                    sender?: (...) | (...);
                    symbol?: (...) | (...);
                };
                transfer?: {
                    amount?: (...) | (...);
                    to?: (...) | (...);
                };
                txId?: Uint8Array;
            } & {
                chain?: string;
                contractCall?: {
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                } & {
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                } & {
                    [K in (...)]: (...)
                };
                contractCallWithToken?: {
                    amount?: ...;
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    amount?: ...;
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    [K in (...)]: (...)
                };
                index?: 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 (...)]: (...)
                };
                multisigOperatorshipTransferred?: {
                    newOperators?: ...;
                    newThreshold?: ...;
                    newWeights?: ...;
                } & {
                    newOperators?: ...;
                    newThreshold?: ...;
                    newWeights?: ...;
                } & {
                    [K in (...)]: (...)
                };
                multisigOwnershipTransferred?: {
                    newOwners?: ...;
                    newThreshold?: ...;
                    preOwners?: ...;
                    prevThreshold?: ...;
                } & {
                    newOwners?: ...;
                    newThreshold?: ...;
                    preOwners?: ...;
                    prevThreshold?: ...;
                } & {
                    [K in (...)]: (...)
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: ...;
                    tokenAddress?: ...;
                } & {
                    symbol?: ...;
                    tokenAddress?: ...;
                } & {
                    [K in (...)]: (...)
                };
                tokenSent?: {
                    amount?: ...;
                    destinationAddress?: ...;
                    destinationChain?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    amount?: ...;
                    destinationAddress?: ...;
                    destinationChain?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    [K in (...)]: (...)
                };
                transfer?: {
                    amount?: ...;
                    to?: ...;
                } & {
                    amount?: ...;
                    to?: ...;
                } & {
                    [K in (...)]: (...)
                };
                txId?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • Optional base: I

      Returns VoteEvents

  • decode:function
  • encode:function
  • fromJSON:function
  • fromPartial:function
    • Type Parameters

      • I extends {
            chain?: string;
            events?: {
                chain?: string;
                contractCall?: {
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                };
                contractCallWithToken?: {
                    amount?: Uint8Array;
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                index?: string | number | Long;
                multisigOperatorshipTransferred?: {
                    newOperators?: Uint8Array[];
                    newThreshold?: Uint8Array;
                    newWeights?: Uint8Array[];
                };
                multisigOwnershipTransferred?: {
                    newOwners?: Uint8Array[];
                    newThreshold?: Uint8Array;
                    preOwners?: Uint8Array[];
                    prevThreshold?: Uint8Array;
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: string;
                    tokenAddress?: Uint8Array;
                };
                tokenSent?: {
                    amount?: Uint8Array;
                    destinationAddress?: string;
                    destinationChain?: string;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                transfer?: {
                    amount?: Uint8Array;
                    to?: Uint8Array;
                };
                txId?: Uint8Array;
            }[];
        } & {
            chain?: string;
            events?: {
                chain?: string;
                contractCall?: {
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                };
                contractCallWithToken?: {
                    amount?: Uint8Array;
                    contractAddress?: string;
                    destinationChain?: string;
                    payloadHash?: Uint8Array;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                index?: string | number | Long;
                multisigOperatorshipTransferred?: {
                    newOperators?: (...)[];
                    newThreshold?: Uint8Array;
                    newWeights?: (...)[];
                };
                multisigOwnershipTransferred?: {
                    newOwners?: (...)[];
                    newThreshold?: Uint8Array;
                    preOwners?: (...)[];
                    prevThreshold?: Uint8Array;
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: string;
                    tokenAddress?: Uint8Array;
                };
                tokenSent?: {
                    amount?: Uint8Array;
                    destinationAddress?: string;
                    destinationChain?: string;
                    sender?: Uint8Array;
                    symbol?: string;
                };
                transfer?: {
                    amount?: Uint8Array;
                    to?: Uint8Array;
                };
                txId?: Uint8Array;
            }[] & ({
                chain?: string;
                contractCall?: {
                    contractAddress?: (...) | (...);
                    destinationChain?: (...) | (...);
                    payloadHash?: (...) | (...);
                    sender?: (...) | (...);
                };
                contractCallWithToken?: {
                    amount?: (...) | (...);
                    contractAddress?: (...) | (...);
                    destinationChain?: (...) | (...);
                    payloadHash?: (...) | (...);
                    sender?: (...) | (...);
                    symbol?: (...) | (...);
                };
                index?: string | number | Long;
                multisigOperatorshipTransferred?: {
                    newOperators?: (...) | (...);
                    newThreshold?: (...) | (...);
                    newWeights?: (...) | (...);
                };
                multisigOwnershipTransferred?: {
                    newOwners?: (...) | (...);
                    newThreshold?: (...) | (...);
                    preOwners?: (...) | (...);
                    prevThreshold?: (...) | (...);
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: (...) | (...);
                    tokenAddress?: (...) | (...);
                };
                tokenSent?: {
                    amount?: (...) | (...);
                    destinationAddress?: (...) | (...);
                    destinationChain?: (...) | (...);
                    sender?: (...) | (...);
                    symbol?: (...) | (...);
                };
                transfer?: {
                    amount?: (...) | (...);
                    to?: (...) | (...);
                };
                txId?: Uint8Array;
            } & {
                chain?: string;
                contractCall?: {
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                } & {
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                } & {
                    [K in (...)]: (...)
                };
                contractCallWithToken?: {
                    amount?: ...;
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    amount?: ...;
                    contractAddress?: ...;
                    destinationChain?: ...;
                    payloadHash?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    [K in (...)]: (...)
                };
                index?: 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 (...)]: (...)
                };
                multisigOperatorshipTransferred?: {
                    newOperators?: ...;
                    newThreshold?: ...;
                    newWeights?: ...;
                } & {
                    newOperators?: ...;
                    newThreshold?: ...;
                    newWeights?: ...;
                } & {
                    [K in (...)]: (...)
                };
                multisigOwnershipTransferred?: {
                    newOwners?: ...;
                    newThreshold?: ...;
                    preOwners?: ...;
                    prevThreshold?: ...;
                } & {
                    newOwners?: ...;
                    newThreshold?: ...;
                    preOwners?: ...;
                    prevThreshold?: ...;
                } & {
                    [K in (...)]: (...)
                };
                status?: Event_Status;
                tokenDeployed?: {
                    symbol?: ...;
                    tokenAddress?: ...;
                } & {
                    symbol?: ...;
                    tokenAddress?: ...;
                } & {
                    [K in (...)]: (...)
                };
                tokenSent?: {
                    amount?: ...;
                    destinationAddress?: ...;
                    destinationChain?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    amount?: ...;
                    destinationAddress?: ...;
                    destinationChain?: ...;
                    sender?: ...;
                    symbol?: ...;
                } & {
                    [K in (...)]: (...)
                };
                transfer?: {
                    amount?: ...;
                    to?: ...;
                } & {
                    amount?: ...;
                    to?: ...;
                } & {
                    [K in (...)]: (...)
                };
                txId?: Uint8Array;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • object: I

      Returns VoteEvents

  • toJSON:function

Generated using TypeDoc