Interface of Create Pactt , using this interface it create a new pact in pact.service.ts

See

PactsService

Hierarchy

  • CreatePact

Properties

address: string & MaxLength<44>

Address of the pact on the blockchain

Example

0xe7399b79838acc8caaa567fF84e5EFd0d11BB010
blockHash?: string

Block hash of the pact on the blockchain

Example

0x2e8937d96e633c82df2f8f5a19aafa132795496cd98d0ca3d3c336a6c79f09e4
name: string

Name of the pact i.e the title, which is gotten in the pact form

Example

johnsmith
terms: string

Terms of the pact i.e the Description

Example

test
transactionHash: string & MaxLength<66>

Transaction hash of the pact on the blockchain

Example

0x2e8937d96e633c82df2f8f5a19aafa132795496cd98d0ca3d3c336a6c79f09e4

Generated using TypeDoc