Type alias SolanaAccountState
SolanaAccountState: {
account: string;
data: any;
executable: boolean;
lamports: number;
owner: string;
rentEpoch?: number;
}
Type declaration
-
account: string
-
data: any
-
executable: boolean
-
lamports: number
-
owner: string
-
Optional
rentEpoch?: number