releaseKeyPair
function releaseKeyPair(options: {
lightnetAccountManagerEndpoint: string;
publicKey: string;
}): Promise<string | null>
Defined in: lib/mina/v1/fetch.ts:934
Releases previously acquired key pair by public key.
Parameters
options
lightnetAccountManagerEndpoint
string
Account manager endpoint to fetch from
publicKey
string
Public key of previously acquired key pair to release
Returns
Promise
<string
| null
>
Response message from the account manager as string or null if the request failed