Actions Overview
Core actions are framework-agnostic APIs from @ivem/kit.
Usage
import { connect, sendTransaction } from '@ivem/kit'
await connect(config)
await sendTransaction(config, {
to: 'receiver',
amount: '1.00000000',
memo: 'Payment from app',
})Parameters
All actions accept config as the first argument.
Return Type
Each action returns a typed value or promise result based on its behavior.
Examples
- connect
- reconnect
- disconnect
- getAccount
- getChainId
- signMessage
- sendTransaction
- writeContract
- callContract
- waitForTransactionReceipt