Type alias TransactionSecp256k1Signature

TransactionSecp256k1Signature: {
    public_key: string;
    signature: "secp256k1_ecdsa_signature";
    type: string;
}

Type declaration

  • public_key: string
  • signature: "secp256k1_ecdsa_signature"
  • type: string

Generated using TypeDoc