MaybeRpcAccount: {
    exists: true;
} & RpcAccount | {
    exists: false;
    publicKey: PublicKey;
}

Describes a raw account that may or may not exist.

Generated using TypeDoc