destroyTypeId: (
this: void,
props: { client: Client; id: BytesLike; tx?: TransactionLike | null },
) => Promise<{ tx: Transaction; index: number }>
Type Declaration
- (
this: void,
props: { client: Client; id: BytesLike; tx?: TransactionLike | null },
): Promise<{ tx: Transaction; index: number }> Parameters
- this: void
- props: { client: Client; id: BytesLike; tx?: TransactionLike | null }
client: Client
id: BytesLike
Optionaltx?: TransactionLike | null
Returns Promise<{ tx: Transaction; index: number }>
Destroy a Type ID cell.