Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

cointest state

Back to all declarations

issued

string

// chain-qualified denom minted by MintAndSend

Value

""

ForwardUgnot

func(target .uverse.address)

ForwardUgnot forwards the ugnot attached to this call to target via a plain bank send — out-of-band relative to target's own deposit flow.

Open
OID
090a2b…2b0b:4
ForwardUgnot details

Inspect func

MintAndSend

func(target .uverse.address, amount int64)

MintAndSend issues amount of this realm's own denomination and force-sends it to target, recording the chain-qualified denom.

Open
OID
090a2b…2b0b:6
MintAndSend details

Inspect func

Issued

func() string

Issued returns the denom minted by MintAndSend.

Open
OID
090a2b…2b0b:7
Issued details

Inspect func

TryDeposit

func()

TryDeposit attempts a realm-to-realm call of vault.Deposit. The vault must reject it (IsUserCall guard), aborting this whole transaction — success of this function would be a security regression.

Open
OID
090a2b…2b0b:8
TryDeposit details

Inspect func
issued : string =""
ForwardUgnot : func(target .uverse.address) Inspect
MintAndSend : func(target .uverse.address, amount int64) Inspect
Issued : func() string Inspect
TryDeposit : func() Inspect