MyCrypto/common/libs/messages.ts

7 lines
106 B
TypeScript

export interface TransactionWithoutGas {
to: string;
value: string;
data: string;
from: string;
}