Skip to Content

Interface ProtoRecord

One contract file the generated client was built from.

The checksum was taken when the client was generated, so it identifies the file as it was compiled rather than as it stands in any checkout now. Nothing verifies it at run time; it is here so a bug report can say precisely which contract this package speaks.

interface ProtoRecord {
    path: string;
    sha256: string;
}
Index
path: string

Its path within the contract, such as memcoai/memory/v1/memory.proto.

sha256: string

The SHA-256 of its contents when the client was generated.