:mod:`vizbase.signedtransactions` ================================= .. py:module:: vizbase.signedtransactions Module Contents --------------- .. py:class:: Signed_Transaction Bases: :class:`graphenebase.signedtransactions.Signed_Transaction` .. autoapi-inheritance-diagram:: vizbase.signedtransactions.Signed_Transaction :parts: 1 :private-bases: Create a signed transaction and offer method to create the signature. :param num refNum: parameter ref_block_num (see ``getBlockParams``) :param num refPrefix: parameter ref_block_prefix (see ``getBlockParams``) :param str expiration: expiration date :param Array operations: array of operations .. attribute:: known_chains .. attribute:: default_prefix .. attribute:: operation_klass