bitbadgesjs-sdk - v0.27.2
    Preparing search index...

    Interface iIBCTransferInfo<T>

    interface iIBCTransferInfo<T extends NumberType> {
        memo: string;
        receiver: string;
        sourceChannel: string;
        timeoutTimestamp: T;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    memo: string
    receiver: string
    sourceChannel: string
    timeoutTimestamp: T