Class Multi

java.lang.Object
All Implemented Interfaces:
IAssociative<Keyword,ACell>, IValidated, IWriteable, Map<Keyword,ACell>

public class Multi extends ATransaction
The Multi class enables multiple child transactions to be grouped into a single wrapper transaction with useful joint execution semantics. Important notes: - Child transactions must either have the same origin address, or be for accounts controlled by the top level origin Address - Sequence numbers on child transactions are ignored - All transactions currently share the same juice limit / memory allowance