OutputContract: {
    balanceRoot: string;
    inputIndex: number;
    stateRoot: string;
    type: Contract;
}

Type declaration

  • balanceRoot: string

    Root of amount of coins owned by contract after transaction execution (b256)

  • inputIndex: number

    Index of input contract (u8)

  • stateRoot: string

    State root of contract after transaction execution (b256)

  • type: Contract