GetIdentityApi

type GetIdentityApi = object;

Methods

getIdentity()

getIdentity(): GetIdentityApiResponse;

Returns the identity pubkey for the current node.

Returns

GetIdentityApiResponse

See

https://solana.com/docs/rpc/http/getidentity

On this page