Type Alias SimulatedTransactionAccountInfo
SimulatedTransactionAccountInfo: {
data: string[];
executable: boolean;
lamports: number;
owner: string;
rentEpoch?: number;
}
Type declaration
data: string[]
executable: boolean
lamports: number
owner: string
Optional
rentEpoch?: number
Optional data assigned to the account