{
"type": "object",
"required": [
"privateKeyWif"
],
"properties": {
"privateKeyWif": {
"type": "string",
"description": "The private key WIF (Wallet Import Format) for Bitcoin SV transactions. This key is used to sign transactions and is required for wallet operations."
}
}
}