Plugin Input
Please see
heat-server-common/src/constants.ts
for type definitions
interface {
/**
* Enum of blockchain identifiers
*/
blockchain: Blockchains;
/**
* Address or public key
*/
addrXpub: string;
}
Plugin Output
interface {
publicKey: string;
}