Interface IAcceptBidOptions

IAcceptBidOptions

interface IAcceptBidOptions {
    broadcastOptions?: IBroadcastOptions;
    chain?: true;
    from: string;
    rns: string;
}

Properties

broadcastOptions?: IBroadcastOptions
chain?: true
from: string

The Jackal address to accept the bid from.

rns: string

RNS to accept offer on.