OutputContractCreated: {
    contractId: string;
    stateRoot: string;
    type: ContractCreated;
}

Type declaration

  • contractId: string

    Contract ID (b256)

  • stateRoot: string

    State root of contract (b256)

  • type: ContractCreated