Source code for bitshares.blockchainobject

# -*- coding: utf-8 -*-
from .instance import BlockchainInstance
from graphenecommon.blockchainobject import (
    BlockchainObject as GrapheneBlockchainObject,
    Object as GrapheneChainObject,
    ObjectCache,
)


[docs]@BlockchainInstance.inject class BlockchainObject(GrapheneBlockchainObject): pass
[docs]@BlockchainInstance.inject class Object(GrapheneChainObject): perform_id_tests = False