Skip to content

Add Attestation Types #14

@hoani

Description

@hoani

Attestation types are missing. We should add them since Attestation belongs to Pl^g

It works if I add:

const api = await ApiPromise.create({
  provider,
  types: {
    ...PlugRuntimeTypes.default,
    AttestationTopic: 'U256',
    AttestationValue: 'U256',
  }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions