You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{RPCResult::Type::STR_HEX, "participant_pubkey", "The compressed public key of the participant that created this pubnonce."},
935
+
{RPCResult::Type::STR_HEX, "aggregate_pubkey", "The compressed aggregate public key for which this pubnonce is for."},
936
+
{RPCResult::Type::STR_HEX, "leaf_hash", /*optional=*/true, "The hash of the leaf script that contains the aggregate pubkey being signed for. Omitted when signing for the internal key."},
937
+
{RPCResult::Type::STR_HEX, "pubnonce", "The public nonce itself."},
{RPCResult::Type::STR_HEX, "participant_pubkey", "The compressed public key of the participant that created this partial signature."},
945
+
{RPCResult::Type::STR_HEX, "aggregate_pubkey", "The compressed aggregate public key for which this partial signature is for."},
946
+
{RPCResult::Type::STR_HEX, "leaf_hash", /*optional=*/true, "The hash of the leaf script that contains the aggregate pubkey being signed for. Omitted when signing for the internal key."},
947
+
{RPCResult::Type::STR_HEX, "partial_sig", "The partial signature itself."},
948
+
}},
949
+
}},
919
950
{RPCResult::Type::OBJ_DYN, "unknown", /*optional=*/true, "The unknown input fields",
920
951
{
921
952
{RPCResult::Type::STR_HEX, "key", "(key-value pair) An unknown key-value pair"},
0 commit comments