MCPcopy Index your code
hub / github.com/NoteProtocol/NoteWallet / IScriptObject

Interface IScriptObject

src/types.ts:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45export interface IScriptObject {
46 address?: string;
47 script: string;
48 scriptHash: string;
49 type: AddressType;
50}
51
52export interface ITransaction {
53 txId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected