Interface IStorageOptions

interface IStorageOptions {
    accountAddress?: string;
    path?: string;
    rns?: IRnsHandler;
    setFullSigner?: boolean;
}

Properties

accountAddress?: string
path?: string
setFullSigner?: boolean