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

Type declaration

  • create:function
    • Type Parameters

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

      Parameters

      • Optional base: I

      Returns EventResponse

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

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

      Parameters

      • object: I

      Returns EventResponse

  • toJSON:function

Generated using TypeDoc