marginpy.generated_client.types.utp_account_config module

class UTPAccountConfigJSON

Bases: TypedDict

address: str
authority_seed: str
authority_bump: int
utp_address_book: list[str]
reserved_space: list[int]
class UTPAccountConfig(address: 'PublicKey', authority_seed: 'PublicKey', authority_bump: 'int', utp_address_book: 'list[PublicKey]', reserved_space: 'list[int]')

Bases: object

layout: ClassVar = <CStruct>
address: PublicKey
authority_seed: PublicKey
authority_bump: int
utp_address_book: list[PublicKey]
reserved_space: list[int]
classmethod from_decoded(obj: Container) UTPAccountConfig
to_encodable() dict[str, Any]
to_json() UTPAccountConfigJSON
classmethod from_json(obj: UTPAccountConfigJSON) UTPAccountConfig