Create an smart contract abstraction for the address specified. Calling entrypoints with the returned smart contract abstraction will leverage the wallet provider to make smart contract calls
InvalidContractAddressError If the contract address is not valid
Optional
params: WalletParamsWithKind[]List of operation to initialize the batch with
A batch object from which we can add more operation or send a command to the wallet to execute the batch
Create a batch of operation
An operation handle with the result from the rpc node
Originate a new contract according to the script in parameters.
Option to use while fetching the PKH. If forceRefetch is specified the wallet provider implementation will refetch the PKH from the wallet
Retrieve the PKH of the account that is currently in use by the wallet
An operation handle with the result from the rpc node
Register the current address as delegate.
An operation handle with the result from the rpc node
Set the delegate for a contract.
operation parameter
Signature for a failing_noop
failing_noop operation that is guaranteed to fail. DISCLAIMER: Not all wallets support signing failing_noop operations.
operation parameter
A wallet command from which we can send the operation to the wallet
Transfer tezos tokens from current address to a specific address or call a smart contract.
Generated using TypeDoc
Smart contract address