Interface ContractInfo

A contract as returned by the reader node. Previously IContractInfo from partisia-blockchain-applications-rpc; only these two fields were ever read.

Hierarchy

  • ContractInfo

Properties

abi: string
serializedContract?: {
    state: {
        data: string;
    };
}

Type declaration

  • state: {
        data: string;
    }
    • data: string

Generated using TypeDoc