Interface ISetNewPrimaryOptions

ISetNewPrimaryOptions

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

Properties

broadcastOptions?: IBroadcastOptions
chain?: true
rns: string

RNS to set as primary.