Struct transaction_emitter::TxnEmitter[][src]

pub struct TxnEmitter<'t, 'd> { /* fields omitted */ }

Implementations

workflow of mint accounts:

  1. mint faucet account as the money source
  2. load tc account to create seed accounts(parent VASP), one seed account for each endpoint
  3. mint coins from faucet to new created seed accounts
  4. split number of requested accounts(child VASP) into equally size of groups
  5. each seed account take responsibility to create one size of group requested accounts and mint coins to them example: requested totally 100 new accounts with 10 endpoints will create 10 seed accounts(parent VASP), each seed account create 10 new accounts

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.