Env: {
    block: BlockInfo;
    contract: {
        address: Address;
    };
} | {
    block: BlockInfo;
    contract: {
        address: Address;
    };
    transaction: {
        index: number | string;
    } | null;
}

Port of Env (Rust)

Type declaration

Type declaration

  • block: BlockInfo
  • contract: {
        address: Address;
    }
  • transaction: {
        index: number | string;
    } | null

Generated using TypeDoc