@safe-global/safe-gateway-typescript-sdk
    Preparing search index...

    Type Alias Transfer

    type Transfer = {
        direction: TransferDirection;
        humanDescription?: string;
        recipient: AddressEx;
        richDecodedInfo?: RichDecodedInfo;
        sender: AddressEx;
        transferInfo: TransferInfo;
        type: TRANSFER;
    }
    Index

    Properties

    humanDescription?: string
    recipient: AddressEx
    richDecodedInfo?: RichDecodedInfo
    sender: AddressEx
    transferInfo: TransferInfo
    type: TRANSFER