UNPKG

@ledgerhq/coin-canton

Version:
14 lines (12 loc) 277 B
export * from "./bridge"; export * from "./signer"; export type BoilerplateNativeTransaction = { TransactionType: "Payment"; Account: string; Amount: string; Destination: string; Fee: string; Sequence: number; SigningPubKey?: string; TxnSignature?: string; };