getPayerSigner

Richiesta JSON-RPC

{
"jsonrpc": "2.0",
"id": 1,
"method": "getPayerSigner",
"params": []
}

Risposta JSON-RPC

{
"jsonrpc": "2.0",
"id": 1,
"result": {
"payment_address": "3Z1Ef7YaxK8oUMoi6exf7wYZjZKWJJsrzJXSt1c3qrDE",
"signer_address": "3Z1Ef7YaxK8oUMoi6exf7wYZjZKWJJsrzJXSt1c3qrDE"
}
}

Esempio cURL

curl -X POST http://localhost:8080 \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"getPayerSigner","params":[]}'

SDK TypeScript

const result = await client.getPayerSigner({
// See SDK documentation for parameters
});

Is this page helpful?

Indice dei contenuti

Modifica pagina

Gestito da

© 2026 Solana Foundation.
Tutti i diritti riservati.
Resta connesso