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.
- OID
- 090a2b…2b0b:4
ForwardUgnot details
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.
- OID
- 090a2b…2b0b:6
MintAndSend details
Issued
func() stringIssued returns the denom minted by MintAndSend.
- OID
- 090a2b…2b0b:7
Issued details
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.
- OID
- 090a2b…2b0b:8