RpcAccount: AccountHeader & {
    data: Uint8Array;
    publicKey: PublicKey;
}

Describes a raw account that has not been deserialized.

Generated using TypeDoc