Type alias Transaction

Transaction: {
    to: string;
} & ValueOrData

Type declaration

  • to: string