Interface IRegisterOptions

IRegisterOptions

interface IRegisterOptions {
    broadcastOptions?: IBroadcastOptions;
    chain?: true;
    data?: INoCloneRnsMetaDataSource;
    rns: string;
    setAsPrimary?: boolean;
    yearsToRegister: number;
}

Properties

broadcastOptions?: IBroadcastOptions
chain?: true

Optional object to include in data field.

rns: string

RNS address to register.

setAsPrimary?: boolean

Optional flag to set as primary RNS.

yearsToRegister: number

Duration to register for in years.