Type alias TransactionWithAccount<Addr>

TransactionWithAccount<Addr>: Transaction<Addr> & {
    account: Addr;
}

Type Parameters