SignedCIP36VoteData: {
    dataHashHex: string;
    witnessPath: BIP32Path;
    witnessSignatureHex: string;
}

Result of signing a CIP-36 vote.

See

Ada.signCIP36Vote

Type declaration

  • dataHashHex: string

    The hash being signed. Useful to callers to detect a mismatch.

  • witnessPath: BIP32Path

    Witness key derivation path and signature.

  • witnessSignatureHex: string

Generated using TypeDoc