bhivebase.objects module

class bhivebase.objects.Amount(d, prefix='STM')

Bases: object

class bhivebase.objects.Beneficiaries(*args, **kwargs)

Bases: bhivegraphenebase.objects.GrapheneObject

class bhivebase.objects.Beneficiary(*args, **kwargs)

Bases: bhivegraphenebase.objects.GrapheneObject

class bhivebase.objects.CommentOptionExtensions(o)

Bases: bhivegraphenebase.types.Static_variant

Serialize Comment Payout Beneficiaries.

Parameters

beneficiaries (list) – A static_variant containing beneficiaries.

Example:

[0,
    {'beneficiaries': [
        {'account': 'furion', 'weight': 10000}
    ]}
]
class bhivebase.objects.ExchangeRate(*args, **kwargs)

Bases: bhivegraphenebase.objects.GrapheneObject

class bhivebase.objects.Extension(d)

Bases: bhivegraphenebase.types.Array

class bhivebase.objects.Memo(*args, **kwargs)

Bases: bhivegraphenebase.objects.GrapheneObject

class bhivebase.objects.Operation(*args, **kwargs)

Bases: bhivegraphenebase.objects.Operation

getOperationNameForId(i)

Convert an operation id into the corresponding string

json()
operations()
class bhivebase.objects.Permission(*args, **kwargs)

Bases: bhivegraphenebase.objects.GrapheneObject

class bhivebase.objects.Price(*args, **kwargs)

Bases: bhivegraphenebase.objects.GrapheneObject

class bhivebase.objects.SocialActionCommentCreate(*args, **kwargs)

Bases: bhivegraphenebase.objects.GrapheneObject

class bhivebase.objects.SocialActionCommentDelete(*args, **kwargs)

Bases: bhivegraphenebase.objects.GrapheneObject

class bhivebase.objects.SocialActionCommentUpdate(*args, **kwargs)

Bases: bhivegraphenebase.objects.GrapheneObject

class bhivebase.objects.SocialActionVariant(o)

Bases: bhivegraphenebase.types.Static_variant

class bhivebase.objects.WitnessProps(*args, **kwargs)

Bases: bhivegraphenebase.objects.GrapheneObject