createTypeId: (
this: void,
props: {
signer: Signer;
data: BytesLike;
receiver?: null | ScriptLike;
tx?: null | TransactionLike;
},
) => Promise<{ tx: Transaction; id: `0x${string}`; index: number }>
Type declaration
- (
this: void,
props: {
signer: Signer;
data: BytesLike;
receiver?: null | ScriptLike;
tx?: null | TransactionLike;
},
): Promise<{ tx: Transaction; id: `0x${string}`; index: number }> Parameters
- this: void
- props: {
signer: Signer;
data: BytesLike;
receiver?: null | ScriptLike;
tx?: null | TransactionLike;
}signer: Signer
data: BytesLike
Optionalreceiver?: null | ScriptLike
Optionaltx?: null | TransactionLike
Returns Promise<{ tx: Transaction; id: `0x${string}`; index: number }>
Create a Type ID cell.