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

    Interface OwnedObjectNodeWithJson

    interface OwnedObjectNodeWithJson {
        address: string;
        contents: ContentsJsonAndBcs;
        previousTransaction?: PreviousTransaction;
    }
    Index

    Properties

    address: string
    previousTransaction?: PreviousTransaction