CreatePublicKeyInput: {
    assetAccountId?: EntityId;
    externalId?: string;
    groupSize?: number;
    groupThreshold?: number;
    isEddsa: boolean;
    tags?: Tag[];
}

Type declaration

  • Optional assetAccountId?: EntityId
  • Optional externalId?: string
  • Optional groupSize?: number
  • Optional groupThreshold?: number
  • isEddsa: boolean
  • Optional tags?: Tag[]

Generated using TypeDoc