cooptypes - v2026.4.27-2
    Preparing search index...
    interface ITransfer {
        from: string;
        memo: string;
        quantity: string;
        to: string;
    }
    Index

    Properties

    Properties

    from: string
    memo: string
    quantity: string
    to: string