Skip to content

Commit

Permalink
Add evm msg
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsu522 committed Apr 3, 2024
1 parent 20d5e64 commit 259b255
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/sei-cosmwasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,20 @@ Currently, Sei Bindings support query and message support for the sei custom mod
- Erc721ApprovePayload
- Similar to the Erc20 equivalent
- Erc721Approved
- Check si a caller is approved based on caller, contract address and token id
- Checks if a caller is approved based on caller, contract address and token id
- Erc721IsApprovedForAll
- Checks if the caller is approved for all based on caller, contract address, owner and operator
- Erc721SetApprovalAllPayload
- Gets the Erc721 SetApproveAll payload from caller, contract address, owner and operator
- Erc721NameSymbol
- Gets the Erc721 name and symbol based on the caller and contract address
- Erc721Uri
- Gets the Erc721 URI based on caller, contract address and token id
- Gets the Erc721 URI based on caller, contract_address and token_id
- Message
- DelegateCallEvm
- Performs an EVM delegate call. Requires `to` and `data`
- CallEvm
- Performs an EVM call. Requires `value`, `to` and `data`


## Usage
Expand Down

0 comments on commit 259b255

Please sign in to comment.