@evefrontier/dapp-kit - v0.0.1
    Preparing search index...

    Interface OwnedObjectNodeWithJson

    interface OwnedObjectNodeWithJson {
        address: string;
        contents: { json: Record<string, unknown>; bcs: string };
        previousTransaction?: { effects?: { timestamp?: string } };
    }
    Index

    Properties

    address: string
    contents: { json: Record<string, unknown>; bcs: string }
    previousTransaction?: { effects?: { timestamp?: string } }