Type alias TransferInput

TransferInput: Omit<TokenTransfer, "recipient"> & {
    recipient: Type;
}

Generated using TypeDoc