// Copyright 2019-2022 ChainSafe Systems
// SPDX-License-Identifier: Apache-2.0, MIT
useaddress::Address;useencoding::{tuple::*, Cbor};/// State includes the address for the actor
#[derive(Serialize_tuple, Deserialize_tuple)]pubstructState{pubaddress: Address,
}implCbor forState{}