interface SolanaAccount {
    isLegacy: boolean;
    isWritable: boolean;
    pubkey: string;
}

Properties

isLegacy: boolean
isWritable: boolean
pubkey: string