Interface ITransferOptions

ITransferOptions

interface ITransferOptions {
    broadcastOptions?: IBroadcastOptions;
    chain?: true;
    receiver: string;
    rns: string;
}

Properties

broadcastOptions?: IBroadcastOptions
chain?: true
receiver: string

Jackal address to transfer to.

rns: string

RNS to transfer.