interface VETtransfersSubscriptionOptions {
    blockID?: string;
    recipient?: string;
    sender?: string;
    signerAddress?: string;
}

Properties

blockID?: string

The block id from which to start the subscription.

the Block ID must refer to a block that does not exceed the backtrace limit of the node. (Default: 1000)

recipient?: string

The address of the recipient of the VET transfer to subscribe to.

sender?: string

The address of the sender of the VET transfer to subscribe to.

signerAddress?: string

The address of the contract that emitted the event to subscribe to.