Type alias XChainClientParams

XChainClientParams: {
    feeBounds?: FeeBounds;
    network?: Network;
    phrase?: string;
    rootDerivationPaths?: RootDerivationPaths;
}

Type definition for parameters used to configure an XChain client.

Type declaration

Generated using TypeDoc