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

    Interface OwnedObjectNode

    interface OwnedObjectNode {
        contents: { bcs: string };
        previousTransaction?: { effects?: { timestamp?: string } };
    }
    Index

    Properties

    contents: { bcs: string }
    previousTransaction?: { effects?: { timestamp?: string } }