AddressParamsBase: SpendingParams & ({
    stakingPath: BIP32Path;
} | {
    stakingKeyHashHex: string;
} | {
    stakingScriptHashHex: string;
})

Shelley base address parameters. The API allows for using device staking key, or supplying third-party staking key.

See

DeviceOwnedAddress

Generated using TypeDoc