interface VetTransferOptions {
    position?: string;
    receiver?: string;
    sender?: string;
    signerAddress?: string;
}

Properties

position?: string

The block id to start from, defaults to the best block.

receiver?: string

The receiver address to filter transfers by.

sender?: string

The sender address to filter transfers by.

signerAddress?: string

The signer address to filter transfers by.