makeCardanoClientHelper
export function makeCardanoClientHelper(
client: C,
options: CardanoClientHelperOptions
): CardanoClientHelper<C>
Arguments
Name | Type | Description |
---|---|---|
client | C | |
options | CardanoClientHelperOptions |
Return value
CardanoClientHelper<C>