interface TransferFromAction {
    amount: string;
    memo?: string;
    owner: string;
    recipient: string;
}

Properties

amount: string
memo?: string
owner: string
recipient: string

Generated using TypeDoc