releaseKeyPair
function releaseKeyPair(options: {
lightnetAccountManagerEndpoint?: string;
publicKey: string;
}): Promise<null | string>;
Defined in: lib/mina/v1/fetch.ts:941
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
<null
| string
>
Response message from the account manager as string or null if the request failed