- Preparing search index...
- The search index is not available
Lumos
Function deTransformTransactionCodecType
- deTransformTransactionCodecType(data): RawTransactionUnpackResultType & {
witnesses: string[];
}
-
Parameters
-
data: PartialNullable<{
raw: PartialNullable<({ version: number; cellDeps: PartialNullable<{ outPoint: PartialNullable<{ txHash: string; index: number; }>; depType: DepType; }>[]; headerDeps: string[]; inputs: PartialNullable<...>[]; outputs: PartialNullable<...>[]; outputsData: string[]; })>;
witnesses: string[];
}>
Returns RawTransactionUnpackResultType & {
witnesses: string[];
}