Type Alias TransactionReturnData

TransactionReturnData: {
    data: [string, TransactionReturnDataEncoding];
    programId: string;
}