Interfaces for interacting with contracts and contract ABIs
npm install @plugnet/api-contractInterfaces to allow for the encoding and decoding of Substrate contract ABIs.
``js
import { Abi } from '@plugnet/api-contract';
const abi = new Abi(<...JSON ABI...>);
api.tx.contracts
.call(
.signAndSend(
``