package
0.0.0-20240723103944-a1d3bf694863
Repository: https://github.com/consolelabs/mochi-typeset.git
Documentation: pkg.go.dev

# Constants

TRANSACTION_ACTION_AIRDROP: Airdrop action.
TRANSACTION_ACTION_DEPOSIT: Deposit action.
TRANSACTION_ACTION_EXTERNAL_TRANSFER: Transfer from an external wallet to a mochi profile.
TRANSACTION_ACTION_INTERNAL_DEPOSIT: Deposit to application from owner's balance.
TRANSACTION_ACTION_INTERNAL_WITHDRAW: Withdraw from application's balance to owner's.
TRANSACTION_ACTION_PAYLINK: Paylink action.
TRANSACTION_ACTION_PAYME: Payme action.
TRANSACTION_ACTION_REFUND: Refund action (for failed on-chain txns).
TRANSACTION_ACTION_SWAP: Swap action.
TRANSACTION_ACTION_SWEEP: Sweep token action.
TRANSACTION_ACTION_TRANSFER: Transfer action.
TRANSACTION_ACTION_VAULT_TRANSFER: Vault transfer action.
TRANSACTION_ACTION_WITHDRAW: Withdraw action.
TRANSACTION_PROFILE_SOURCE_MOCHI_BALANCE: Mochi's profile balance.
TRANSACTION_PROFILE_SOURCE_MOCHI_VAULT: Mochi's vault.
TRANSFER_TYPE_APPLICATION: application transfer request.
TRANSFER_TYPE_USER: transfer between users (tip, airdrop).
TRANSFER_TYPE_VAULT: vault transfer.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author