SolTransaction: {
    blockNumber: number;
    error?: string;
    fee: Amount;
    from: BlockchainAddress;
    hash: string;
    instructions: SolInstruction[];
    status: TransactionStatus;
    version: string;
}

Type declaration

Generated using TypeDoc