interface StoreGetAccountDataRequest {
    commitment?: RpcCommitment;
    pubkey: string;
}

Properties

Properties

commitment?: RpcCommitment
pubkey: string

Generated using TypeDoc