createaccount

package
v0.78.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2021 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	KinVersion int `json:"kin_version"`
	// SolanaTransaction is a base64-encoded Solana transaction
	SolanaTransaction []byte `json:"solana_transaction"`
}

Request contains the body of a create account request.

type SuccessResponse

type SuccessResponse struct {
	// Signature is a base64-encoded transaction signature.
	Signature []byte `json:"signature"`
}

SuccessResponse represents a 200 OK response to a create account request.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL