NearApi.Actions.Stake (near_api v0.1.7)
Transaction Actions
Stake
Link to this section Summary
Functions
Encodes objects according to the schema into the bytestring
Link to this section Types
Specs
t() :: %NearApi.Actions.Stake{
action_code: integer(),
public_key: NearApi.PublicKey.t(),
stake: integer()
}
Link to this section Functions
Link to this function
borsh_encode(obj)
Specs
Encodes objects according to the schema into the bytestring
Link to this function
borsh_schema()
Link to this function
enum_map()
Link to this function