sns_getDomainRecordKey
Returns a domain record's Solana account public key. Supported record identifier include SOL, ETH and IPFS. The get_supported_records method returns a list of all supported records.
Parameters
Result
Example
{
"jsonrpc": "2.0",
"method": "sns_getDomainRecordKey",
"params": [
"bonfida.sol",
"github"
],
"id": 42
}{
"jsonrpc": "2.0",
"result": "4sQDE98ZzQ23Rygb7tx1HhXQiuxswKhSBvECCREW35Ei",
"id": 42
}Last updated